variable name argument type


Description

Variable names start with a dollar-sign ($) followed by an identifier. The identifier must match the following regular expression [a-zA-Z_][a-zA-Z0-9_]*, i.e., it must be at least one character long, must beginning with a letter or underscore, and may only containing letters, underscores, and digits.

See Also

Variables, assign, my, local

Sections

Argument Types, Variables, Files/Documents