Diff for /gforth/kernel/cloop.fs between versions 1.6 and 1.7

version 1.6, 2003/08/25 14:17:53 version 1.7, 2006/03/26 22:54:20
Line 22 Line 22
   
 Variable leavings  Variable leavings
   
   \ this doesn't work with flash yet!!
   
 : (leave)   here  leavings @ ,  leavings ! ;  : (leave)   here  leavings @ ,  leavings ! ;
 : LEAVE     postpone branch  (leave) ;  immediate restrict  : LEAVE     postpone branch  (leave) ;  immediate restrict
 : ?LEAVE    postpone 0= postpone ?branch  (leave) ;  : ?LEAVE    postpone 0= postpone ?branch  (leave) ;

Removed from v.1.6  
changed lines
  Added in v.1.7


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>