stack. ( seq -- )
Factor handbook » Developer tools » The prettyprinter » Prettyprinting stacks

Prev:.c ( -- )
Next:callstack. ( callstack -- )


Vocabulary
prettyprint

Inputs
seqa 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