External Textual Representation

> It is represented by an object – a `FullBlockClosure` – from which one can ask for its external textual representation. In order to get their external textual representation, methods and lexical closures, denoted under the vocable block, use their internal representation, which mainly comprises bytecodes, as well as a decompiler (which is reified, too). A special tool (CompiledCodeInspector) makes the access to this source representation very user friendly, using the mouse and a click on a field.

> How to do it.