| | 85 | |
| | 86 | === undef === |
| | 87 | |
| | 88 | The '''undef''' literal can be used to represent the undefined element, i.e. an element which is neither a |
| | 89 | property nor a resource. |
| | 90 | |
| | 91 | The undefined element cannot be written to a final machine profile and most built-in functions will report a fatal |
| | 92 | error when processing it. It can be used to mark an element that must be overwritten during the |
| | 93 | processing. |
| | 94 | |
| | 95 | === null === |
| | 96 | |
| | 97 | The null value deletes the path or global variable to which it is assigned. Most operations and functions will |
| | 98 | report an error if this value is processed directly. |