Handbook
Glossary
advance ( index backwards? -- index+/-1 )
Vocabulary
regexp
.
compiler
.
private
Inputs
index
an
object
backwards?
an
object
Outputs
index+/-1
an
object
Definition
USING:
kernel
math
;
IN:
regexp.compiler.private
:
advance
( index backwards? -- index+/-1 )
-1 1
?
+
>fixnum
;
inline