names - Scilab names syntax (original) (raw)

Scilab 5.3.3

Please note that the recommended version of Scilab is 2026.0.1. This page might be outdated.
See the recommended documentation of this function

Scilab help >> Scilab > names

Description

Names of variables and functions must begin with a letter or one of the following special characters '%', '_', '#', '!', '$', '?'.

Next characters may be letters or digits or any special character in '_', '#', '!', '$', '?'

Names may be as long as you want but only the first 24 characters are taken into account. Upper and lower case letters are different.

Examples

%eps A1=123 #Color=8 My_Special_Color_Table=rand(10,3)