Scilab equivalent of the Maxima Function status
status (feature)
status(feature,putative_feature)
status(status)
Returns information about the presence or absence of certain system-dependent features.
status (feature)
returns a list of system features.
These include Lisp version, operating system type, etc.
The list may vary from one Lisp type to another.
is on the list of items returned by status (feature)
and false
otherwise.
status
quotes the argument putative_feature.
The quote-quote operator '@w'
defeats quotation.
A feature whose name contains a special character, such as a hyphen,
must be given as a string argument. For example,
status (feature, "ansi-cl")
.
status (status)
returns a two-element list [feature, status]
.
feature
and status
are the two arguments accepted by the status
function;
it is unclear if this list has additional significance.
The variable features
contains a list of features which apply to
mathematical expressions. See and for more information.