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...
Hi Chris, To write scripts in linux you need to build the console version, please add it to README.md
This code snippet causes smallbasic 12.23 crashes on android: for i=0 to 100 print i next i input "test", t
Something like the Python API? https://www.w3schools.com/python/python_json.asp
https://smallbasic.github.io/reference/807.html vs https://smallbasic.github.io/reference/815.html?
This is a very good language to prototype until you reach something complex enough to need abstraction. To me, this language is kind of Python (def?) + Lua (local?) +...
Fix linking issue on MSYS2
Hi there! Trying to build the SDL version on Arch Linux (updated as of today). All steps go well until the linking step, where it spits out pages and pages...
Getting this error message. Two things wrong with it: It's cut off, so no idea what error is being announced And, it disappears very quickly. It took forever to grab...
From a review comment: _Android 13 with OneUI on a Samsung S7+ tablet: I have no way to access the editor. What was the Android menu in earlier versions is...
After https://github.com/smallbasic/SmallBASIC/issues/165 was resolved, configuration was done but failed at linking: ``` g++ -g -O2 -fno-rtti -std=c++14 -o sbasicg.exe ../../lib/lodepng/lodepng.o ../../ui/graphics.o ../../ui/ansiwidget.o ../../ui/window.o ../../ui/screen.o ../../ui/system.o ../../ui/form.o ../../ui/inputs.o ../../ui/textedit.o ../../ui/image.o ../../ui/strlib.o...