PRINTF PREVIOUS PWD
PRINTF ( args ... format$ -- )  
<PFE-SMART>
uses SPRINTF to print to a temporary 256-char buffer and prints it to stdout afterwards. See the example at SPRINTF of what it does internally.

reference: p4_printf in ../src/yours.c:0507, export CO PRINTF