Skip to content

Commit d3be86d

Browse files
committed
Update tokenize.fs
1 parent ed52054 commit d3be86d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tokenize.fs

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ Variable recursive?
132132
over ?token IF 2 emit xemit
133133
ELSE 1 i, THEN
134134
THEN
135-
nextname-string 2@ d0<> IF
136-
9 emit nextname-string 2@ dup xemit type
135+
nextname$ $@ d0<> IF
136+
9 emit nextname$ $@ dup xemit type
137137
THEN
138138
endof
139139
rectype-num of

0 commit comments

Comments
 (0)