Download Latest Version SmallBASIC_12.33_Win.zip (9.8 MB)
Email in envelope

Get an email when there's a new version of SmallBASIC

Home / v12_33_win
Name Modified Size InfoDownloads / Week
Parent folder
SmallBASIC_12.33_Win.zip 2026-03-02 9.8 MB
README.md 2026-02-26 760 Bytes
SmallBASIC 12.33 for Windows source code.tar.gz 2026-02-26 1.7 MB
SmallBASIC 12.33 for Windows source code.zip 2026-02-26 1.9 MB
Totals: 4 Items   13.5 MB 14

SmallBASIC for Windows 11.

  • SDL: Update to SDL3
  • SDL: Add editor tool bar
  • SDL: Updated to use modern desktop icon
  • SDL: Update help display
  • FLTK: Updated to use modern desktop icon
  • CONSOLE: Fix odd behavior with suppressing newline
  • COMMON: Add image scaling I2 = image("test.png", 0.5) ' downscaling by factor 2 I2.show(65,1) I3 = image("test.png", 2) ' upscaling by factor 2 I3.show(97,1)
  • COMMON: Fix bug with DELAY
  • COMMON: fix module callback error
  • COMMON: fix issue with space char before import 'c-module'
  • COMMON: Add Transpose() A = [1,2; 3,4; 5,6] print transpose(A) ' output: [1,3,5;2,4,6]
  • FIX: TICKS stops working after 50 days
  • FIX: Non-posix baud rates
Source: README.md, updated 2026-02-26