smallbasic / SmallBASIC

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 IDE, a powerful string library, system, sound, and graphic commands along with structured programming syntax
https://smallbasic.github.io
GNU General Public License v3.0
209 stars 37 forks source link

Main page: Setup external editors link #227

Closed ShedGrill closed 1 month ago

ShedGrill commented 3 months ago

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"

Joe7M commented 2 months ago

Thank you. I fixed the link and started a pull request.