Diff for /gforth/compat/loops.fs between versions 1.1 and 1.2

version 1.1, 1996/01/25 16:47:05 version 1.2, 1996/11/11 17:00:07
Line 11 Line 11
     2dup u>      2dup u>
     IF      IF
         swap          swap
     ENDIF      THEN
     drop ;      drop ;
   
 : U+DO ( compile-time: -- do-sys; run-time: u1 u2 -- )  : U+DO ( compile-time: -- do-sys; run-time: u1 u2 -- )

Removed from v.1.1  
changed lines
  Added in v.1.2


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