SmallBASIC: Difference between revisions

From Rosetta Code
Content added Content deleted
(changed MSSB link to skip redirect)
(Redirect to category)
Tag: New redirect
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
#REDIRECT [[:Category:SmallBASIC]]
{{implementation|BASIC}}

'''SmallBASIC''' (not to be confused with [[:Category:Microsoft Small Basic|Microsoft Small Basic]]) is a [[:Category:BASIC|BASIC]] interpreter, originally intended for use on the [[wp:Palm (PDA)|Palm line of PDAs]], and currently available for [[:Category:POSIX|POSIX]]-compliant systems (including [[Linux]], [[Unix]], [[Mac OS|Mac OSX]], and [[BSD]]), [[Windows]], [[DOS]], and several lesser-known systems.

SmallBASIC is fairly similar to [[QuickBASIC#QBasic|QBasic]], although many keywords are different (for example, <code>DO</code> works significantly different in the two languages).

==See also==
*[http://smallbasic.github.io/ SmallBASIC homepage]
*[[wp:SmallBASIC|SmallBASIC on Wikipedia]]
*[http://smallbasic.github.io/pages/reference.html SmallBASIC Language reference]

Latest revision as of 08:40, 10 June 2024