SmallBASIC GuideThe language | Programming Tips | Commands | System | Graphics & Sound | Miscellaneous | File system | Mathematics | 2D Algebra | Strings | Console | Glossary |
The OPTION keyword
Statement:
OPTION
keyword parameters
This special command is used to pass parameters to the SB-environment.
There are two styles for that, the run-time (like BASE) which can
change the value at run-time, and the compile-time (like PREDEF) which
used only in compile-time and the value cannot be changed on run-time.
Run-Time
Compile-Time
[Prev] [Next]