|
Contents | Previous | Next | Subchapters |
| Syntax |
print list of values
|
| See Also | printexp , setprint |
print statement to
display several values at once by
separating them with commas.
If you enter
print 1, 2.1, 1i0
O-Matrix will respond
1 2.1 (0,1)
Unlike when expression are printed
by default,
if a matrix is defined but has no value,
O-Matrix displays its value as novalue.
If you enter
x = novalue
print x
O-Matrix will respond
novalue