SmallBASIC icon indicating copy to clipboard operation
SmallBASIC copied to clipboard

SmallBASIC is a fast and easy to learn BASIC language interpreter ideal for everyday calculations, scripts and prototypes. SmallBASIC includes trigonometric, matrices and algebra functions, a built in...

Results 85 SmallBASIC issues
Sort by recently updated
recently updated
newest added

A user reported they were unable to get the 12.27 update on their chromebook due to some new incompatibility.

``` fs_serial.c:57:12: error: use of undeclared identifier 'B576000' 57 | return B576000; | ^ fs_serial.c:63:12: error: use of undeclared identifier 'B1152000' 63 | return B1152000; | ^ 2 errors generated....

Just noticed the setup external editors link on the main page: "https://smallbasic.github.io/language_support.html" needs to be changed to "http://smallbasic.github.io/pages/language_support.html"

"When you increase the font size (setFont), the 'Forms' do not adapt to this change and you have to edit them again." Reported by G. W. (CCVV)

I noticed this odd behaviour when making a game. I had an array of enemies, and iterated through them using a for...in loop, and noticed their x and y values...