v
■
Icons Used in This Book
Statements and functions unique to BHT-BASIC.
■
Syntax for the Statement Reference and Function Reference
The syntax in programming is expressed as shown in the example below.
For the
INPUT
statement
Syntax:
INPUT [;]["prompt"{,|;}]variable
According to the above syntax, all of the following samples are correct:
INPUT;keydata
INPUT keydata
INPUT "input =",keydata
INPUT;"input =";keydata
■
Technical Terms Used in This Manual
Compiler and Interpreter
The BHT-BASIC Compiler, which is a development tool, is expressed as Compiler.
The BHT-BASIC Interpreter, which runs in the BHT, is expressed as Interpreter.
Source Program and Object Program (User Program)
Generally, a source program is translated into an object program by a compiler. This
manual calls an object program a user program.
BHT and CU
This manual expresses all BHT series as "BHT." If it is necessary to make a clear dis-
tinction between the BHT supporting 2D codes and the BHT exclusively designed for
bar codes, this manual expresses the former as "BHT-100Q" and the latter as "BHT-
100B."
The BHT-103QF and BHT-102BF are equipped with a spread spectrum communica-
tions device.
The CU-7000 series is expressed as "CU."
BHT Series
Models
Readable codes
2D codes
Bar codes
BHT-100Q
BHT-103Q
BHT-103QF
√
√
√
√
BHT-100B
BHT-102B
BHT-102BF
-
-
√
√
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...