up previous next
Tutorial-03: arithmetic operators
|
Tutorial-03: arithmetic operators
Tutorial-03 for CoCoA-5
CoCoA-5 includes its own "imperative" programming language.
The language include some fairly natural arithmetic operators
(usually similar to other computer algebra systems).
The main peculiarities are: "colon-equals" for assignment,
"less-than greater-than" for not-equals, and the words "and",
"or" and "not" for boolean operations.
There are some other infix operators: you can see the complete
list via the manual query
?operator