![]() | The Quick Programming Language (English Language Version 2.2) |
![]() |
QUICK is a programming language for the Atari XL/XE. It is
an extremely powerful language, which allows direct use of
the Atari's unique features. QUICK is a very structured
language, and looks a little like C, PASCAL, and BASIC.
QUICK has built-in functions to: play digitized sounds, move
player/missile graphics, handle Blitter, utilize an ST mouse,
and more! QUICK's absolutely unique features also includes the handling of interrupts. You can create both DLIs and VBIs, but you write them as normal procedures in QUICK statements, NOT machine code. No more machine code blues! If you want to use machine code, then that's no problem. You can write machine code directly into your QUICK program. |