Hello world ! in YaBasic

Yabasic (Yet Another BASIC interpreter) implements the most common and simple elements of the basic language; It comes with goto/gosub, with various loops, with user defined subroutines and Libraries. Yabasic is small (around 200KB) and free. . (read all...)

YaBasic installation

debarm:~# apt-get update
debarm:~# apt-get install yabasic

Hello world example

This is the “Hello world !” source code example.

print "Hello world !"

Save it with in hello.yab then run it typing:

debarm:~# yabasic hello.yab
Hello world !
 
tutorial/yabasic.txt · Last modified: 2010/02/24 15:11 by tanzox
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki