SmallBASIC GuideThe language | Programming Tips | Commands | System | Graphics & Sound | Miscellaneous | File system | Mathematics | 2D Algebra | Strings | Console | Glossary |
Constants and Variables > Constants

Constant variables can be declared by using the keyword CONST
CONST my_pi = 3.14


[Up]