数学表达式:
$[ operation ]
循环的写法:
for var in list do command done ------------c语言风格------------ for (( variable assignment ; condition ; iteration process )) ------------while格式------------ while test command do other commands done
原文:https://www.cnblogs.com/ch122633/p/10164750.html