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-6.LBR / X.LBR / XIF.HZP / XIF.HLP
Text File  |  2000-06-30  |  768b  |  28 lines

  1. ;
  2.  (FCP-Resident)                     XIF                                       
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                n/a n/a   n/a   n/a                                 n/a   
  6.  
  7.   1- Syntax  2- Examples of Use                                               
  8.  
  9.  
  10.    XIF, from SYSFCP 1.0,  exits (terminates) all pending conditionals (IFs) in
  11. flow command testing.  It reduces the IF level to 0 (no IF in effect).  If the
  12. current flow state is false, XIF does nothing.  
  13.  
  14.    XIF is most useful in ZEX GOTO loops.
  15. :1 
  16.  
  17.    Syntax:  XIF <anytext>
  18. :2
  19.  
  20. Examples of Use:
  21.  
  22.    a. ;=LOOP
  23.       XIF
  24.           <statements>
  25.       IF 1 3
  26.           GOTO LOOP
  27.       FI
  28. be toggled between the  CON and