60
4.4 Identifiers
Identifiers for the names of variables should comprise the same alphanumerics as the labels.
■
Rules for naming identifiers
• The identifier length should be limited to 10 characters including periods and excluding
$
(dollar sign) and
%
(percent sign) suffixes.
• Every type of variables can contain up to 255 identifiers.
• A reserved word cannot be used by itself for an identifier name, but can be included
within an identifier name.
• An identifier should not start with a numeral character or the character string
FN
. If start-
ing with an
FN
, the character string will be treated as a function identifier defined by the
DEF
FN
statement.
Examples of identifiers:
a
abcdef$
a1
a12345%
Summary of Contents for BHT-BASIC 100 SERIES
Page 1: ......
Page 161: ...153 Chapter 10 Sleep Function CONTENTS 10 1 Sleep Function 154...
Page 163: ...155 Chapter 11 Resume Function CONTENTS 11 1 Resume Function 156...
Page 173: ...165 Chapter 13 Backlight Function CONTENTS 13 1 Backlight Function 166...
Page 249: ...241 Example CLOSE IF kyIn Y THEN KILL Master Dat END IF Reference Statements CLFILE...