--- gforth/compat/control.fs 1996/02/09 17:34:34 1.1 +++ gforth/compat/control.fs 1997/06/06 17:28:12 1.2 @@ -4,6 +4,14 @@ \ Hmm, this would be a good application for ]] ... [[ +\ The program uses the following words +\ from CORE : +\ : POSTPONE THEN ; immediate ?dup IF 0= +\ from BLOCK-EXT : +\ \ +\ from FILE : +\ ( + : ENDIF ( compilation orig -- ; run-time -- ) \ gforth POSTPONE then ; immediate