GFA Basic

From Atari Wiki
Revision as of 20:30, 17 December 2023 by Exxos (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description: Development in Basic language.
Version: 3.60 TT
Resolutions: Low (editor changes to Medium automatically) / Medium / High
Format: PRG
Language: English
Link:
File:GFA36TT.zip


High Resolution









Medium Resolution



Low Resolution






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 or 'C'
  • 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
  • subroutine folding
  • compiler available
  • very easy to learn

Various stuffs