--- gforth/kernel/cbr.fs 2000/09/23 15:47:09 1.3 +++ gforth/kernel/cbr.fs 2001/09/04 08:17:27 1.4 @@ -29,18 +29,18 @@ \ Structural Conditionals 12dec92py -: AHEAD compile branch >mark ; immediate restrict -: IF compile ?branch >mark ; immediate restrict +: AHEAD postpone branch >mark ; immediate restrict +: IF postpone ?branch >mark ; immediate restrict : THEN sys? dup @ ?struc >resolve ; immediate restrict -: ELSE sys? compile AHEAD swap compile THEN ; +: ELSE sys? postpone AHEAD swap postpone THEN ; immediate restrict ' THEN Alias ENDIF immediate restrict : BEGIN here ; immediate restrict -: WHILE sys? compile IF swap ; immediate restrict -: AGAIN sys? compile branch