Vocabularytools.
deploy.
configWord descriptionThe level of reflection support required by the deployed image.
| Value | Description |
| 1 | No reflection |
| 2 | Retain word names |
| 3 | Prettyprinter |
| 4 | Debugger |
| 5 | Parser |
| 6 | Full environment |
The default value is 1, no reflection. Programs which use the above features will need to be deployed with a higher level of reflection support.
Definition