15.6.1.0220
.S
dot-s
TOOLS
 
( -- )

Copy and display the values currently on the data stack. The format of the display is implementation-dependent.

.S may be implemented using pictured numeric output words. Consequently, its use may corrupt the transient region identified by #>.

Rationale:
.S is a debugging convenience found on almost all Forth systems. It is universally mentioned in Forth texts.