home *** CD-ROM | disk | FTP | other *** search
- ;
- GOTO.COM
-
- Size (recs) CRC Version Author/Latest Issue Disk
- GOTO.COM 1k (6) 70C2 1.4 Bruce Morgen 7/89 Z3COM4
- GOTO.3OM 1k (6) 540A 1.4 Bruce Morgen 7/89 Z3COM4
- GOTO.4OM 2k (9) 2EFE 1.4 Bruce Morgen 7/89 Z3COM4
-
- 1- Usage 2- Notes
-
-
- GOTO provides unconditional branches within ZEX files. It works correctly
- only if executed within a ZEX command file; otherwise it will issue an error
- message. With IF, GOTO is extremely useful in setting up loops and other
- flow-controlled constructs. Vs 1.0 (3/84) by R. Conn.
- :1
-
- Usage:
-
- GOTO accepts only one argument, a label, which is defined within the ZEX
- file as a special comment of the form:
-
- ;=label
-
- Any text which follows the 'label' phrase is considered to be comment and
- is not processed.
-
- GOTO always aborts the rest of a command line when it executes; if it did
- not do this, commands following the GOTO would be executed before the GOTO
- is performed (control returned to ZEX).
- :2
-
- GOTO Notes:
-
- a. Vs 1.4 updates:
- - made compatible with ZEX50.
-
- b. Vs 1.3 updates:
- - adds type 3 format with safety header.
- - 'intelligent' displays (at least with regard to the program's actual
- invoked name).
- - z80ification, and use of v4 LIBs to keep filesize same as GOTO12.
- - tested with ZEX31a, ZEX32, and NZEX-D.