Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ g — Apollo

Media Vault

Software Library

Restoration Projects

Artifacts Sought

;
GO -- Begins or resumes execution of the target program. G is the abbreviation.

  > GO              (Begins or resumes execution from current line.)
  > GO -Location 27 (Begins or resumes execution from line 27.  Line 27 must
                     be in the current routine.)
  > GO -Exit        (Begins or resumes execution from current line, but sets
                     temporary breakpoints on all exits to this routine.)
  > GO -Return      (Begins or resumes execution from statement after the
                     statement that called this routine.)
  > GO -Return (5)  (Same as previous, but also sets the function's value to
                     5.)
  > GO -Until 40    (Sets a one-shot breakpoint at line 40; begins execution
                     from current line.)
  > GO -After 3     (Begins or resumes execution from current line, but halts
                     on the third, sixth, ninth, etc. times this line is hit.)

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026