Handbook
Glossary
avail? ( object -- ? )
Vocabulary
compiler
.
cfg
.
stacks
.
global
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
avail
class.
Definition
USING:
kernel
;
IN:
compiler.cfg.stacks.global
:
avail?
( object -- ? )
\
avail
eq?
;