GFA Basic: Difference between revisions

From Atari Wiki
Jump to navigation Jump to search
m (Added an external link)
m (Added an external link)
Line 20: Line 20:
   
 
* [http://gfa.atari-users.net/atari/ The UnOfficial Home of GFA-Basic]
 
* [http://gfa.atari-users.net/atari/ The UnOfficial Home of GFA-Basic]
  +
* [https://www.facebook.com/groups/gfabasic/ GFA Support Group on Facebook]
 
* [[Bugs and Tricks]]
 
* [[Bugs and Tricks]]
 
* [[GFA Tutorial]]
 
* [[GFA Tutorial]]

Revision as of 11:54, 3 January 2017

GFA BASIC is a very popular dialect of the BASIC programming language on the Atari ST.

Features

GFA BASIC, sometimes spelled GFABASIC, has a list of nice features which distinguishes it from other BASIC dialects, both on Atari ST and other platforms.

  • no line numbers
  • single statement per line
  • exhaustive supply of control flow and structure statements
  • large range of graphics commands
  • ability to call machine code
  • full access to Atari ST hardware and TOS
  • access to VDI and AES
  • full screen editor with integrated debugging facilities and syntax checking
  • automatic code formatting and indenting
  • compiler available
  • very easy to learn

Various stuffs