home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / d / doslogo.zip / LOGOHLP.ZIP / GO.HLP < prev    next >
Text File  |  1990-06-11  |  558b  |  9 lines

  1. go  -- Command, one input.
  2.      This command can be used only inside a procedure.  The input must be a
  3.      number.   The same number must appear at the beginning of some line in
  4.      the same procedure.  (This line number is otherwise ignored.) The next
  5.      command  executed will be the one on the indicated line in the defini-
  6.      tion.  Note: there is always a better way to do it.  If you have  pre-
  7.      viously  programmed  in  BASIC, your only hope of ever really learning
  8.      how to program computers is NEVER EVER to use the go command!
  9.