58
:
(Colon)
• Separates statements.
• Separates time information in
TIME$
function.
;
(Semicolon)
Line feed control character in
INPUT
and other statements.
[ ]
(Square brackets)
• Define the length of a string variable.
• Define the string length of the returned value of a string user-
defined function.
{ }
(Braces)
Define the initial value for an array element.
#
(Pound sign)
• File number prefix in
OPEN
,
CLFILE
,
FIELD
, and other state-
ments.
• Format control character in
USING
statement
!
(Exclamation mark)
Format control character in
USING
statement
@
Format control character in
USING
statement
'
(Comma)
• Separates parameters or arguments.
• Line feed control character in
INPUT
and other statements.
_
(Underline)
If followed by a CR code, an underline extends one program line
up to 8192 characters.
CR code
(Enter)
Terminates a program line.
(Half-width space)
Separator which separates program elements in a program line.
(Note that a two-byte full-width space cannot be used as a separa-
tor.)
TAB
(Tab code)
Separator which separates program elements in a program line.
Symbols and
control codes
Typical use
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...