
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
Komentarze do niniejszej Instrukcji