up previous next
1.2.2 All CoCoA commands
This is a complete list of all CoCoA commands:
break break out of a loop command
ciao quit CoCoA
continue continue directly with next loop iteration
define define a function
describe information about an object
exit quit CoCoA
for loop command
foreach loop command
if conditional statement
print print the value of an expression
print on print to an output stream
println print the value of an expression
protect protect a variable from being overwritten
quit quit CoCoA
repeat loop command
return exit from a function
source read commands from a file or device
SourceRegion read commands from a region in a file
try try command sequence, catch any errors
unprotect remove protection from a variable
use command for making a ring active
while loop command