mirror of
https://github.com/nineties/planckforth
synced 2025-01-13 08:01:10 +01:00
increment lineno
This commit is contained in:
parent
de1a7cfc1e
commit
fc436d8be4
1 changed files with 1 additions and 0 deletions
|
@ -1807,6 +1807,7 @@ variable source-buffer-end source-buffer source-buffer-end !
|
|||
\ the buffer is empty
|
||||
source-buffer source-buffer-pos !
|
||||
source-buffer source-buffer-end !
|
||||
increment-lineno
|
||||
|
||||
source-buffer BUFSIZE inputstreams @ input>file @ read-line throw
|
||||
if
|
||||
|
|
Loading…
Reference in a new issue