Handbook
Glossary
noise-generator? ( object -- ? )
Vocabulary
audio
.
engine
.
test
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
noise-generator
class.
Definition
USING:
classes.tuple.private
kernel
slots.private
;
IN:
audio.engine.test
:
noise-generator?
( object -- ? )
dup
tuple?
[
layout-of
7
slot
\
noise-generator
eq?
]
[
drop
f
]
if
;