Diff for /gforth/kernel/input.fs between versions 1.24 and 1.25

version 1.24, 2007/12/31 18:40:26 version 1.25, 2011/01/19 19:26:03
Line 81  cell input-var loadfile ( -- addr ) \ gf Line 81  cell input-var loadfile ( -- addr ) \ gf
     \G input buffer is associated with (0 if none)      \G input buffer is associated with (0 if none)
 cell input-var blk ( -- addr ) \ block b-l-k  cell input-var blk ( -- addr ) \ block b-l-k
     \G @code{input-var} variable -- This cell contains the current      \G @code{input-var} variable -- This cell contains the current
     \G block number      \G block number (or 0 if the current input source is not a block).
 cell input-var #fill-bytes ( -- addr ) \ gforth  cell input-var #fill-bytes ( -- addr ) \ gforth
     \G @code{input-var} variable -- number of bytes read via      \G @code{input-var} variable -- number of bytes read via
     \G (read-line) by the last refill      \G (read-line) by the last refill

Removed from v.1.24  
changed lines
  Added in v.1.25


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