Diff for /gforth/compat/execute-parsing.fs between versions 1.1 and 1.2

version 1.1, 2006/02/17 16:23:10 version 1.2, 2008/08/08 20:56:14
Line 47  get-current execute-parsing-wordlist set Line 47  get-current execute-parsing-wordlist set
 \ X is prepended to the string, then the string is EVALUATEd  \ X is prepended to the string, then the string is EVALUATEd
 : X ( xt -- )  : X ( xt -- )
     previous execute      previous execute
     source >in ! drop ; \ skip remaining input      source >in ! drop ; immediate \ skip remaining input
   
 set-current  set-current
   

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


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