Handbook
Glossary
gopher-link. ( gopher-link -- )
Vocabulary
gopher
.
private
Inputs
gopher-link
an
object
Outputs
None
Definition
USING:
accessors
colors
io
io.styles
kernel
make
;
IN:
gopher.private
:
gopher-link.
( gopher-link -- )
dup
type>>
105
=
[
name>>
print
]
[
[
name>>
]
keep
[
presented
,,
COLOR:
blue
foreground
,,
]
H{
}
make
format
nl
]
if
;