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

Hi, I'm enjoying SmallBASIC and wanted to share this issue in case it's relevant. Version: SmallBasic FLTK 12.23, 7 Sep 2021 OS: Linux / AppImage As an example, running the...

``` sub huh 'local k - workaround to avoid polluting foo's k print k 'invalid: prints 123 k = 999 end sub foo local k k = 123 huh() print...

``` sub huh 'local k - workaround to avoid polluting foo's k print k 'invalid: prints 123 k = 999 end sub foo local k k = 123 huh() print...

If you have a function wich returns an array and you want to know the minimum or maximum value of that returned array, then you can't use the function as...

If you have a function wich returns an array and you want to know the minimum or maximum value of that returned array, then you can't use the function as...

two copies of scratch.bas can appear but only one can be deleted

two copies of scratch.bas can appear but only one can be deleted

two copies of scratch.bas can appear but only one can be deleted

Fixed type warnings and comparasion warnings. Warnings have been detected using cppcheck 1.86.

Fixed type warnings and comparasion warnings. Warnings have been detected using cppcheck 1.86.