bas7qck.hlp (Table of Contents; Topic list)
Variable Names
  Variables                                    Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
Variable Names
 
BASIC Variable Names
A variable name cannot be a reserved word, but embedded reserved words are
allowed. Reserved words include all BASIC commands, statements, function
names, and operator names.
 
Variable names must also be distinct from  SUB and FUNCTION
procedure names and symbolic constant (CONST) names.
 
ISAM Variable Names
Some parts of an ISAM database require names (e.g. tables, columns, and
indexes), and these names must conform to the ISAM naming convention.
The ISAM convention is a subset of the BASIC convention.