Handbook
Glossary
pathname
Vocabulary
gml
.
runtime
Definition
IN:
gml.runtime
TUPLE:
pathname
names
;
Methods
USING:
gml.runtime
;
M::
pathname
(exec)
( registers gml obj -- registers gml )
obj gml
pop-operand
at-pathname
gml
push-operand
registers gml
;
USING:
accessors
gml.printer
gml.runtime
io
sequences
;
M:
pathname
write-gml
names>>
[
"."
write
string>>
write
]
each
;