|
Contents | Previous | Next | Subchapters |
| Syntax |
novalue
|
| See Also: | type |
novalue function returns a matrix with type equal to "novalue".
You can pass these matrices as arguments and you can check their type.
novalue
rather than 0 so that an error will occur if the value is used.)
If you enter
function f(x) begin
print type(x)
x = 5
end
f(y)
O-Matrix will attempt to find a file named Y.OMS
and if it cannot it will respond with an error message saying
that y is not defined.
If you continue by entering
y = novalue
f(y)
print y
O-Matrix will respond
novalue
5