Yabasic

A traditional basic interpreter
Download

Yabasic Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Publisher Name:
  • Marc-Oliver Ihm
  • Operating Systems:
  • Windows All
  • File Size:
  • 267 KB

Yabasic Tags


Yabasic Description

Yabasic application was developed to be a traditional basic interpreter. It understands most of the typical basic-constructs, like goto, gosub, line numbers, read, data or string-variables with a trailing '$'. But on the other hand, Yabasic implements some more advanced programming-constructs like subroutines or libraries (but not objects). Yabasic puts emphasis on giving results quickly and easily; therefore simple commands are provided to open a graphic window, print the graphics or control the console screen and get keyboard or mouse information. The example below opens a window, draws a circle and prints the graphic: - open window 100,100 - open printer - circle 50,50,40 - text 10,50,"Press any key to get a printout" - clear screen - inkey$ - close printer - close window


Yabasic Related Software