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 >> |