help — on-line help command
help(key) help
help
without argument displays the hypertext page
containing the list of help chapters.
help(key)
displays the Scilab help file associated with the
given key
. If no help file is found, help(key)
automatically call apropos(key)
.
See man for more explanation on how to write new help pages .