|
Contents | Previous | Next | Subchapters |
| Syntax |
const constant = value
|
| See Also | assignment |
For example, if you enter
clear
const I = 1i0
print I
O-Matrix will respond
(0,1)
If you then try to reassign I by entering
I = 2i0
O-Matrix will respond with an error message.