Next: , Previous: , Up: VM instructions   [Contents][Index]


21.1.1.12 Instruction popoi

Synopsys:

popoi

Pop and set output indentation step mode.

This instructions pops an integer from the stack and uses it to set the current indentation step in the VM. The indentation step determines how many white characters to use in each indentation level when printing output.

Stack: ( INT -- )