| www.delorie.com/gnu/docs/gforth/gforth_22.html | search |
![]() Buy GNU books! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
You can decompile colon definitions with see:
see squared see cubed |
In Gforth see shows you a reconstruction of the source code from
the executable code. Informations that were present in the source, but
not in the executable code, are lost (e.g., comments).
You can also decompile the predefined words:
see . see + |
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |