SEE
* SEE ( "word" -- )

decompile word - tries to show it in re-compilable form.

(SEE) tries to display the word as a reasonable indented
source text. If you defined your own control structures or
use extended control-flow patterns, the indentation may be
suboptimal.
 simulate:
   : SEE  [COMPILE] ' (SEE) ; 

tools ordinary primitive