64
■
Real Constants
Real constants should be formatted as shown below.
Syntax:
sign mantissa
Syntax:
sign mantissa E sign exponent
Where a lowercase letter "
e
" is also allowed instead of uppercase letter "
E
."
mantissa
is a numeric string composed of a maximum of 10 significant digits. It can
include a decimal point.
If included in a real constant as shown below, a comma (,) for marking every three digits
will cause a syntax error.
123,456
’syntax error!
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...