mirror of
https://github.com/forth-ev/VolksForth.git
synced 2025-02-16 06:30:45 +00:00
Change \ to also work with stream sources
This commit is contained in:
parent
de47bbef54
commit
3052dee6ac
@ -1054,7 +1054,9 @@ Code "lit RP lhld M E mov H inx M D mov H dcx
|
||||
: ( ascii ) parse 2drop ; immediate
|
||||
: .( ascii ) parse type ; immediate
|
||||
|
||||
: \ >in @ negate c/l mod >in +! ; immediate
|
||||
: \ blk @ IF >in @ negate c/l mod >in +!
|
||||
ELSE #tib @ >in ! THEN ; immediate
|
||||
|
||||
: \\ b/blk >in ! ; immediate
|
||||
: \needs name find nip 0=exit [compile] \ ;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user