|
|
|
.S ( -- )
Depending on configuration,
there are two parameter stacks: for integers and for
floating point operations. If both stacks are empty, .S<stacks empty>.
If only the floating point stack is empty, .S
12345 HEX 67890 .S
424080 [00067890]
12345 [00003039] ok
If both stacks ar not empty, .S HEX 123456.78E90 ok
DECIMAL 123456.78E90 .S
291 [00000123] 1.234568E+95
1164414608 [45678E90] ok
Confusing example? Remember that floating point input only works
when the BASEDECIMALHEX
If only the integer stack is empty, .S
reference: p4_dot_s in ../src/toolkit.c:0084, export CO .S