Next: , Previous: , Up: Printing Instructions   [Contents][Index]


13.1.5.6 Instruction printv

Synopsys:

printv MODE, DEPTH

Print the PVM value at the top of the stack, using the same printer that is used in the REPL. This takes into account pretty-printers.

MODE can be one of the printing modes PVM_PRINT_* defined in pvm.h. DEPTH is either 0 (meaning no depth limit while printing structures) or a positive integer, specifying how many levels of structures to print.

Stack: ( VAL -- )