Handbook
Glossary
input-from ( input -- n )
Vocabulary
peg
.
private
Inputs
input
an
object
Outputs
n
an
object
Definition
USING:
accessors
kernel
sequences
;
IN:
peg.private
:
input-from
( input -- n )
dup
slice?
[
from>>
]
[
drop
0
]
if
;