Handbook
Glossary
skip-whitespace ( n/f string -- n'/f string )
Vocabulary
modern
.
slices
Inputs
n/f
an
object
string
an
object
Outputs
n'/f
an
object
string
an
object
Definition
USING:
kernel
;
IN:
modern.slices
:
skip-whitespace
( n/f string -- n'/f string )
slice-til-not-whitespace
2drop
;