We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The .S word is defined in calc.f as:
: .S ." STACK: " DEPTH 15 AND DUP IF DUP 0 DO DUP PICK U. 1- LOOP DROP ELSE DROP ." <EMPTY>" THEN CR ;
This works nicely, I suggest it be made available 'out of the box', as it's convenient for interactive use.