The Yabasic interpreter reference article from the English Wikipedia on 24-Apr-2004
(provided by Fixed Reference: snapshots of Wikipedia from wikipedia.org)

Yabasic interpreter

Sponsorship the way you would do it

Yabasic (Yet Another BASIC) is a BASIC programming language interpreter for the Win32 and Unix platforms, similar to the ROM-resident Commodore BASIC of the Commodore 64. It can handle monochrome line graphics, and has a printing capability. It is also relatively small at around 200 kilobytes.

A version of Yabasic for Sony's Playstation 2. It comes free with the console in Europe and Australasia. The demo disc containing the Yabasic interpreter is a PAL disc and is not intended for the United States or Japanese Playstation 2 markets. Yabasic programs created on a Playstation can be stored on memory cards for later retrieval or swapping with friends.

A sample Yabasic program looks like this:

input "What is your name" $name
print "Hello " + $name

This article is a stub. You can help Wikipedia by expanding it.

External links