home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / BEEHIVE / ZSUS / Z3HELP-2.LBR / G.LBR / GOTO.HZP / GOTO.HLP
Text File  |  2000-06-30  |  2KB  |  43 lines

  1. ;
  2.                                    GOTO.COM                                   
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5. GOTO.COM       1k (6)    70C2  1.4        Bruce Morgen 7/89        Z3COM4
  6. GOTO.3OM       1k (6)    540A  1.4        Bruce Morgen 7/89        Z3COM4
  7. GOTO.4OM       2k (9)    2EFE  1.4        Bruce Morgen 7/89        Z3COM4 
  8.  
  9.   1- Usage  2- Notes                                                          
  10.  
  11.  
  12.    GOTO provides  unconditional branches within ZEX files.  It works correctly 
  13. only if executed within  a ZEX command file;  otherwise it will issue an error 
  14. message.  With IF, GOTO  is extremely  useful in  setting  up loops  and other 
  15. flow-controlled constructs.  Vs 1.0 (3/84) by R. Conn.
  16. :1
  17.  
  18. Usage:
  19.  
  20.    GOTO accepts only one argument,  a label,  which  is defined within the ZEX 
  21. file as a special comment of the form:
  22.                                          
  23.                             ;=label
  24.  
  25.    Any  text which follows the 'label' phrase is considered  to be comment and
  26. is not processed.
  27.  
  28.    GOTO  always aborts the rest of a command line when it executes;  if it did
  29. not do this,  commands following  the GOTO would  be executed  before the GOTO
  30. is performed (control returned to ZEX).
  31. :2
  32.  
  33. GOTO Notes:
  34.  
  35.    a. Vs 1.4 updates:
  36.       - made compatible with ZEX50.
  37.  
  38.    b. Vs 1.3 updates:
  39.       - adds type 3 format with safety header. 
  40.       - 'intelligent' displays (at least  with regard to  the program's actual
  41.         invoked name).
  42.       - z80ification, and use of v4 LIBs to keep filesize same as GOTO12.
  43.       - tested with ZEX31a, ZEX32, and NZEX-D.