Handbook
Glossary
xyz ( point -- x y z )
Vocabulary
benchmark
.
struct-arrays
Inputs
point
an
object
Outputs
x
an
object
y
an
object
z
an
object
Definition
USING:
accessors
kernel
;
IN:
benchmark.struct-arrays
:
xyz
( point -- x y z )
[
x>>
]
[
y>>
]
[
z>>
]
tri
;
inline