Fix broken LIT"

This commit is contained in:
Virgil Dupras 2020-07-05 20:18:03 -04:00
parent 8bb9230f49
commit ebf47a2ab5
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
C< DUP 34 ( ASCII " ) = IF DROP EXIT THEN C,
AGAIN ;
: LIT"
COMPILE (s) H@ 0 C, ,"
0x2b ( (s) ) , H@ 0 C, ,"
DUP H@ -^ 1- ( a len ) SWAP C!
; IMMEDIATE
: ." [COMPILE] LIT" COMPILE (print) ; IMMEDIATE

Binary file not shown.