Handbook
Glossary
print-point ( point -- )
Vocabulary
benchmark
.
struct-arrays
Inputs
point
an
object
Outputs
None
Definition
USING:
combinators.smart
io
kernel
math.parser
sequences
;
IN:
benchmark.struct-arrays
:
print-point
( point -- )
[
xyz
[
number>string
]
tri@
]
output>array
", "
join
print
;
inline