Next:
tell
Up:
editor-stream-in-base
Previous:
seek
skip
Skips over characters in the stream.
(send
an-editor-stream-in-base
skip
n
)
->
void
n
:
exact non-negative integer
Skips past the next
n
characters in the stream.
PLT