home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / OB3.2D4.DMS / in.adf / rexx / aF9.oed < prev    next >
Encoding:
Text File  |  1992-10-15  |  170 b   |  13 lines

  1. /* OEd Rexx Command  'Alt + F9': "IF ..." */
  2.  
  3. address 'OEd'
  4.  
  5. 'write IF'; 'right'; 'right'; 'write THEN'
  6. 'return'
  7. 'write ELSE';
  8. 'return'
  9. 'write END;';
  10. 'up';
  11. 'up';
  12. 'left';
  13.