SmallBASIC
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...
I was creating images from arrays with transparency: color = (transparency lshift 24) - rgb(r,g,b) Instead of "transparency lshift 24" I wanted to use hex numbers. I realized, that in...
I was creating images from arrays with transparency: color = (transparency lshift 24) - rgb(r,g,b) Instead of "transparency lshift 24" I wanted to use hex numbers. I realized, that in...
I was creating images from arrays with transparency: color = (transparency lshift 24) - rgb(r,g,b) Instead of "transparency lshift 24" I wanted to use hex numbers. I realized, that in...
I was just learning about associative arrays in SmallBASIC and unfortunately there seems to be an issue with the exmaple: https://smallbasic.github.io/pages/features.html ~~~ tload "/etc/passwd", buffer dim users for row in...
I was just learning about associative arrays in SmallBASIC and unfortunately there seems to be an issue with the exmaple: https://smallbasic.github.io/pages/features.html ~~~ tload "/etc/passwd", buffer dim users for row in...
I was just learning about associative arrays in SmallBASIC and unfortunately there seems to be an issue with the exmaple: https://smallbasic.github.io/pages/features.html ~~~ tload "/etc/passwd", buffer dim users for row in...
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...
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...
The appImage shuts down (new start of SmallBASIC.AppImage needed) after pressed CTRL + B three times (1st and 2nd CTRL+ B doesn't work). This issue is with code using `w...
The appImage shuts down (new start of SmallBASIC.AppImage needed) after pressed CTRL + B three times (1st and 2nd CTRL+ B doesn't work). This issue is with code using `w...