Handbook
Glossary
next-token, ( len id -- )
Vocabulary
xmode
.
marker
.
state
Inputs
len
an
object
id
an
object
Outputs
None
Definition
USING:
kernel
math
namespaces
;
IN:
xmode.marker.state
:
next-token,
( len id -- )
[
position
get
2dup
+
]
dip
token,
position
get
+
dup
1
-
position
set
last-offset
set
;