Handbook
Glossary
zim-list ( zim args -- )
Vocabulary
zim
.
tools
Inputs
zim
an
object
args
an
object
Outputs
None
Definition
USING:
accessors
formatting
kernel
math
sequences
zim
;
IN:
zim.tools
:
zim-list
( zim args -- )
drop
[
length
]
keep
[
[
dup
]
]
dip
[
read-entry-index
[
url>>
]
[
"-"
]
if*
"%s: %s\n"
printf
]
curry
compose
each-integer
;