Handbook
Glossary
stack. ( seq -- )
Factor handbook
»
Developer tools
»
The prettyprinter
»
Prettyprinting stacks
Prev:
.c ( -- )
Next:
callstack. ( callstack -- )
Vocabulary
prettyprint
Inputs
seq
a
sequence
Outputs
None
Word description
Prints a the elements of the sequence, one per line.
Notes
This word is used in the implementation of
.s
and
.r
.
Definition
USING:
sequences
;
IN:
prettyprint
:
stack.
( seq -- )
[
short.
]
each
;