SEE SEARCH-WORDLIST SET-CURRENT
SEE word ( -- )  
ansi 15.6.1.2194 <TOOLS>
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) ; 

reference: p4_see in ../src/toolkit.c:0196, export CO SEE