Handbook
Glossary
fried-sequence? ( object -- ? )
Vocabulary
fry
.
private
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
fried-sequence
class.
Definition
USING:
kernel
math
sequences
;
IN:
fry.private
:
fried-sequence?
( object -- ? )
dup
sequence?
[
count-inputs
0
>
]
[
drop
f
]
if
;