smart-word
<PFE-SMART>
will return the parameter-field address of the following word.
Unlike others, this word will also return the address of
LOCALS| and local VAR - so in fact a TO A and
INTO A ! are the same. This word is most useful when calling
C-exported function with a temporary local-VAR as a return-place
argument - so the address of a local has to be given as an arg.
Beware that you should not try to save the address anywhere else,
since a local's address does always depend of the RP-depth.
reference: p4_into in ../src/yours.c:0733, export CS INTO