Change \ to also work with stream sources

This commit is contained in:
Philip Zembrod 2024-11-09 11:52:01 +01:00
parent de47bbef54
commit 3052dee6ac

View File

@ -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] \ ;