home *** CD-ROM | disk | FTP | other *** search
- ;
- (FCP-Resident) XIF
-
- Size (recs) CRC Version Author/Latest Issue Disk
- n/a n/a n/a n/a n/a
-
- 1- Syntax 2- Examples of Use
-
-
- XIF, from SYSFCP 1.0, exits (terminates) all pending conditionals (IFs) in
- flow command testing. It reduces the IF level to 0 (no IF in effect). If the
- current flow state is false, XIF does nothing.
-
- XIF is most useful in ZEX GOTO loops.
- :1
-
- Syntax: XIF <anytext>
- :2
-
- Examples of Use:
-
- a. ;=LOOP
- XIF
- <statements>
- IF 1 3
- GOTO LOOP
- FI
- be toggled between the CON and