SmallBASIC: Difference between revisions

From Rosetta Code
Content added Content deleted
(created)
 
m (added impl:basic tag)
Line 1: Line 1:
{{implementation|BASIC}}

'''SmallBASIC''' (not to be confused with [[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''' (not to be confused with [[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.



Revision as of 20:20, 3 March 2012

SmallBASIC is an implementation of BASIC. Other implementations of BASIC.

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

SmallBASIC is fairly similar to QBasic, although many keywords are different (for example, DO works significantly different in the two languages).

See also