Skip to content

Identifiers | variable names

  • NOT case sensitive
  • start with: A-Z / a-z / _ / @ / ? / $
  • cannot start with a number

Example

Var21, x20, _hello, ASPIRE, etc.