SmallBASIC GuideThe language | Programming Tips | Commands | System | Graphics & Sound | Miscellaneous | File system | Mathematics | 2D Algebra | Strings | Console | Glossary |
Constants and Variables > Variable names
Variable names can use any alphanumeric characters, extended characters
(ASCII codes 128-255 for non-English languages) the symbol '_', and the symbol '$'.
The first character of the name cannot be a digit nor a '$'.
[Up]