Handbook
Glossary
ppc? ( object -- ? )
Vocabulary
system
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
ppc
class.
Definition
USING:
kernel
;
IN:
system
:
ppc?
( object -- ? )
dup
ppc.64?
[
drop
t
]
[
ppc.32?
]
if
;