Handbook
Glossary
triple? ( object -- ? )
Vocabulary
raylib
.
private
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
triple
class.
Definition
USING:
accessors
arrays
kernel
;
IN:
raylib.private
:
triple?
( object -- ? )
dup
array?
[
length>>
3
=
]
[
drop
f
]
if
;