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
names
Naming rules for variables and functions
Description
Names of variables and functions must begin with a letter or one of
the following special characters: % _ # ! ? $
.
Next characters may be letters, digits, or any special character among
_ # ! $ ?
.
Upper and lower case letters are different.
Multilingual UTF-8 characters are accepted.
Names may be as long as you want.
Examples
History
Version | Description |
6.0 |
|
Report an issue | ||
<< isglobal | Variables | predef >> |