Handbook
Glossary
stream-cursor? ( object -- ? )
Vocabulary
cursors
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
stream-cursor
class.
Definition
USING:
kernel
;
IN:
cursors
:
stream-cursor?
( object -- ? )
dup
finite-stream-cursor?
[
drop
t
]
[
infinite-stream-cursor?
]
if
;