|  | DataMuseum.dkPresents historical artifacts from the history of: CP/M | 
This is an automatic "excavation" of a thematic subset of
 See our Wiki for more about CP/M Excavated with: AutoArchaeologist - Free & Open Source Software. | 
top - metrics - download
    Length: 512 (0x200)
    Types: TextFile
    Names: »ICOND.SL5«
└─⟦c50ca4728⟧ Bits:30003533 StackWorks FORTH version 1.2 for Z-80
    └─⟦this⟧ »ICOND.SL5« 
                  ( INTERPRETER CONDITIONALS )
: IFEND ;
: OTHERWISE  'S IFEND   BEGIN
     WORD FIND IF
	 OVER = 
	 ELSE 0
     ENDIF
 END DROP ;
: IFTRUE NOT IF
     'S OTHERWISE   'S IFEND    BEGIN
	 WORD FIND IF
	     DUP 4 PICK =     SWAP 3 PICK =    ø
	     ELSE 0
	 ENDIF
     END 2DROP
 ENDIF ;
: IFDEFINED WORD FIND IF
     DROP 1
     ELSE 0
 ENDIF IFTRUE ;
ÆEND-OF-FILEÅ
«eof»