|
Contents | Previous | Next | Subchapters |
| Syntax |
expression' |
'string' | |
| O-Matrix Mode | string , transpose |
[1 2*j]'
O-Matrix will reply
{
(1,0)
(0,-2)
}
On the other hand. The input
[1 2] '
would result in an error message.
You can set x equal to the character string "abc" by entering
x = 'abc'
In this case O-Matrix would reply
x = abc