Liberty BASIC is an open source programming language created in 1992 by Carl Gundel.
#2211on PLDB | 32Years Old |
Liberty BASIC (LB) is a commercial computer programming language and integrated development environment (IDE). It has an interpreter, developed in Smalltalk, which recognizes its own dialect of the BASIC programming language. It runs on 16- and 32-bit Windows and OS/2.. Read more on Wikipedia...
[multi]
for i = 1 to 10
res = 5 * i
print res
next i
end