86
edits
m (fix broken character) |
m |
||
Line 23: | Line 23: | ||
==Conventions used in this document== | ==Conventions used in this document== | ||
* Keyboard key names are given in fixed | * Keyboard key names are given in fixed width font (e.g. <tt>ENTER</tt>). | ||
* Metasyntatic variables are given in italics (e.g. n). | * Metasyntatic variables are given in italics (e.g. ''n''). | ||
* File names are case sensitive and given in fixed width font (e.g. sierra.com). | * File names are case sensitive and given in fixed width font (e.g. <tt>sierra.com</tt>). | ||
* AGI resource names are given in all caps (e.g. LOGIC, VIEW). | * AGI resource names are given in all caps (e.g. LOGIC, VIEW). | ||
* AGI command names are given in fixed width font (e.g. print.at). | * AGI command names are given in fixed width font (e.g. <code>print.at</code>). | ||
* AGI variable n is noted as vn or Var(n) (e.g. v15, Var(18)). | * AGI variable n is noted as vn or Var(n) (e.g. v15, Var(18)). | ||
* AGI flag n is noted as fn or Flag(n) (e.g. f2, Flag(11)). | * AGI flag n is noted as fn or Flag(n) (e.g. f2, Flag(11)). |
edits