mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
fix typo
This commit is contained in:
parent
ccfa4d6167
commit
bfb5c2ad9a
1 changed files with 2 additions and 2 deletions
|
@ -1791,7 +1791,7 @@ variable source-buffer-end source-buffer source-buffer-end !
|
|||
: increment-lineno ( -- ) 1 inputstreams @ input>lineno +! ;
|
||||
|
||||
: source ( -- c-addr) source-buffer ;
|
||||
: in> ( -- c-addr ) source-buffer-pos ;
|
||||
: >in ( -- c-addr ) source-buffer-pos ;
|
||||
|
||||
\ Throw UNEXPECTED-EOF-ERROR at EOF
|
||||
:noname ( -- c )
|
||||
|
@ -2388,7 +2388,7 @@ need-defined (read)
|
|||
insn:docol insn:exit insn:lit insn:litstring insn:branch insn:0branch
|
||||
|
||||
words id. name>string name>link
|
||||
include included source in>
|
||||
include included source >in
|
||||
next-arg shift-args arg argv argc implementation
|
||||
|
||||
[if] [unless] [else] [then] defined?
|
||||
|
|
Loading…
Reference in a new issue