--- gforth/kernel/cloop.fs 2000/09/23 15:47:09 1.3 +++ gforth/kernel/cloop.fs 2001/09/04 08:18:49 1.4 @@ -23,8 +23,8 @@ Variable leavings : (leave) here leavings @ , leavings ! ; -: LEAVE compile branch (leave) ; immediate restrict -: ?LEAVE compile 0= compile ?branch (leave) ; +: LEAVE postpone branch (leave) ; immediate restrict +: ?LEAVE postpone 0= postpone ?branch (leave) ; immediate restrict : DONE ( addr -- ) leavings @ @@ -33,18 +33,18 @@ Variable leavings \ Structural Conditionals 12dec92py -: DO compile (do) here ; immediate restrict +: DO postpone (do) here ; immediate restrict -: ?DO compile (?do) (leave) here ; +: ?DO postpone (?do) (leave) here ; immediate restrict -: FOR compile (for) here ; immediate restrict +: FOR postpone (for) here ; immediate restrict -: loop] dup