Scilab 6.0.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
getscilabkeywords
returns a list with all scilab keywords.
Syntax
list_keywords=getscilabkeywords()
Arguments
- list_keywords
a list
Description
list_keywords(1) : primitives
list_keywords(2) : commands
list_keywords(3) : predef variables
list_keywords(4) :scilab functions
list_keywords(5) :xcos functions
Examples
list_keywords = getscilabkeywords(); primitives = list_keywords(1) commands = list_keywords(2) predef_var = list_keywords(3) scilab_functions = list_keywords(4) xcos_functions = list_keywords(5)
Report an issue | ||
<< extraction | Scilab keywords | hat >> |