up
previous
next
3.6.2 Commands and Functions for Loops
***** NOT YET UPDATED TO CoCoA-5: follow with care *****
The following are the commands and functions for loops:
break
break out of a loop
for
loop command
foreach
loop command
repeat
loop command
return
exit from a function
while
loop command
For details look up each item by name. Online, try
?ItemName
or
H.Syntax("ItemName")
.