Next: Function/procedure, Previous: Sub-expressions, Up: Syntax [Contents][Index]
Variable/function/procedure names can be of any length and must match the regular expression [a-zA-Z_]+[a-zA-Z0-9_]*. That is, the names must start with an alphabet or '_' and can be followed by one or more alpha-numeric characters or '_'.