|
Contents | Previous | Next | Subchapters |
| Syntax |
variable = expression |
variable = expression; | |
| O-Matrix Mode | assignment |
x = 1 + 1
O-Matrix will reply
x = 2
You can suppress this feature by ending the statement in a semicolon.
If you continue by entering
x = 1 + 1;
O-Matrix will not print the value of x.