Handbook
Glossary
nth-check-eof ( n string -- nth )
Vocabulary
modern
.
slices
Inputs
n
an
object
string
an
object
Outputs
nth
an
object
Definition
USING:
kernel
sequences
;
IN:
modern.slices
:
nth-check-eof
( n string -- nth )
2dup
?nth
[
2nip
]
[
unexpected-end
]
if*
;