Variable Naming Requirements

From BR Wiki
Revision as of 12:46, 5 January 2012 by Mikhail.zheleznov (talk | contribs) (Imported VARIABLE NAMING REQUIREMENTS page from old wiki)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Variable Naming Requirements apply to both Strings and Numeric variables.

  • May contain any letter or number or underscore.
  • Must begin with a letter.
  • May not contain dashes or spaces.
  • May not exceed 30 characters
  • May not contain -,;,:, or spaces
  • May not start with "fn" as that prefix is reserved for User Defined Functions