Welcome to SmallBASIC
Featured sample program: Checkers.bas
''' Checkers program
'' Written by KC Goldberg and Sons, November, 2004
'' Written in SmallBASIC for Windows, 0.9.5.2
'' This program was written as a teaching example with me and my sons
'' We used SmallBASIC mostly because it is cool and free. For this particular
'' application, the array structure (including nested arrays) and the ability
'' of functions to return an array make this almost LISP-like, which is perfect
'' for turn-b
SmallBASIC version 0.10.1 has been released
Submitted by chrisws on Sat, 08/16/2008 - 01:27.SmallBASIC version 0.10.1 for windows has been released.
This version includes the following features:
- Allows you to open multiple editor tabs.
- Drag and drop files from windows explorer into the File widget.
- Hide editor mode which (sort of) makes your program appear as a standalone application
- Updated online Help system integrated with this web site.
- Includes various language enhancements described in the previous article.
New features
Submitted by chrisws on Mon, 06/16/2008 - 10:57.SmallBASIC has a number of new features intended to broaden its appeal as a general purpose scripting language.
Local variable declaration and assignment
You can now declare and assign a local variable on the same line
local foo = "foo"
Program defined window geometry
The FLTK and SDL versions now allow the window geometry to be set from your program.
option predef grmode 200x300


Recent comments
4 hours 27 min ago
2 days 6 hours ago
4 days 8 hours ago
2 weeks 15 hours ago
2 weeks 22 hours ago
2 weeks 22 hours ago
3 weeks 13 hours ago
3 weeks 3 days ago
8 weeks 1 day ago
8 weeks 2 days ago