C: Appendix
How to Type In Programs

In order to make special characters, inverse video, and cursor characters easy to type in, COMPUTE! Magazine's Atari listing conventions are used in all the program listings in this book.

Please refer to the following tables and explanations if you come across an unusual symbol in a program listing.

Atari Conventions

Characters in inverse video will appear like: INVERSE VIDEO Enter these characters with the Atari logo key, {}.

When you see Type See
  {CLEAR} ESC SHIFT < {CLEAR} Clear Screen
{UP} ESC CTRL - {UP} Cursor Up
{DOWN} ESC CTRL = {DOWN} Cursor Down
{LEFT} ESC CTRL + {LEFT} Cursor Left
{RIGHT} ESC CTRL * {RIGHT} Cursor Right
{BACK S} ESC DELETE {BACK S} Backspace
{DELETE} ESC CTRL DELETE {DELETE} Delete Character
{INSERT} ESC CTRL INSERT {INSERT} Insert Character
{DEL LINE} ESC SHIFT DELTE {DEL LINE} Delete Line
{INS LINE} ESC SHIFT INSERT {INS LINE} Insert Line
{TAB} ESC TAB {TAB} TAB key
{CLR TAB} ESC CTRL TAB {CLR TAB} Clear Tab
{SET TAB} ESC SHIFT TAB {SET TAB} Set TAB stop
{BELL} ESC CTRL 2 {BELL} Ring Buzzer
{ESC} ESC ESC {ESC} ESCape key

Graphics characters, such as CTRL-T, the ball character will appear as the "normal" letter enclosed in braces, e.g. {T}.

A series of identical control characters, such as 10 spaces, three cursor-lefts, or 20 CTRL-R's, will appear as {10 SPACES}, {3 LEFT}, {20 R}, etc. If the character in braces is in inverse video, that character should be entered with the Atari logo key. For example, {,} means to enter a reverse-field heart with CTRL-comma, {5 U} means to enter five inverse-video CTRL-U's.



Web Note 1

{=} actually means that you should press SHIFT+= and not CONTROL+= to create the pipe or up/down line. SuperFont Plus includes this code on line 470 as an inverse character.


Return to Table of Contents | Previous Section | Next Section