Print-column
Print a list of instructions in a column.
- Signature
(print-column x loc col config eviscp acc) → new-acc
- Arguments
- x — Instructions to print in a column.
Guard (pinstlist-p x).
- loc — Current location we're at.
Guard (natp loc).
- col — Location to indent to.
Guard (natp col).
- config — Guard (printconfig-p config).
- eviscp — Guard (booleanp eviscp).
- Returns
- new-acc — Type (character-listp new-acc), given (character-listp acc).