
v
Icons Used in This Book
Icons Used in This BookIcons Used in This Book
Icons Used in This Book
Statements and functions unique to BHT-BASIC.
Syntax for the Statement Reference and Function Reference
Syntax for the Statement Reference and Function ReferenceSyntax for the Statement Reference and Function Reference
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
Technical Terms Used in This ManualTechnical Terms Used in This Manual
Technical Terms Used in This Manual
Compiler and Interpreter
Compiler and InterpreterCompiler and Interpreter
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)
Source Program and Object Program (User Program)Source Program and Object Program (User Program)
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
BHT and CUBHT and CU
BHT and CU
This manual expresses BHT-8000 series as "BHT."
The CU-8000 series is expressed as "CU."
Kommentare zu diesen Handbüchern