Handbook
Glossary
write-path ( segments -- )
Vocabulary
tinyvg
Inputs
segments
an
object
Outputs
None
Definition
USING:
accessors
kernel
sequences
;
IN:
tinyvg
:
write-path
( segments -- )
[
[
instructions>>
length
write-length
]
each
]
[
[
write-segment
]
each
]
bi
;