Scilab 6.1.0
Scilab Help >> Scilab > Variables > names
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 |
|
Comments
Add a comment:
Please login to comment this page.