1.5.1 All CoCoA commands |
break | break out of a loop command |
continue | continue directly with next loop iteration |
define | define a function |
for | loop command |
foreach | loop command |
if | conditional statement |
print the value of an expression | |
println | print the value of an expression |
repeat | loop command |
return | exit from a function |
try | try command sequence, catch any errors |
while | loop command |