| locate | |
|---|---|
| ::§Value → §Value | |
| Dynamic references: | none |
|
Mutates the value in order to associate it with the abstract syntax tree node of the argument passed to this function.
| |
| See also: | sourceof |
| sourceof | |
|---|---|
| ::§Value → §String | |
| Dynamic references: | none |
|
Returns the source code string determined by the abstract syntax tree node associated with the argument. The value needs to be properly prepared using locate.
| |
| C—bye | |
|---|---|
| Purpose: | Quit compiler. |
| Expects type: | ( §Integer ∪ §Symbol ) |
| Default binding: | Described in ../interactive.html. Only available in interactive mode. |
| C—top_repl | |
|---|---|
| Purpose: | The read-evaluate-print loop of the interactive mode. |
| Expects type: | §Value |
| Default binding: | Described in ../interactive.html. Only available in interactive mode. |
| C—resume | |
|---|---|
| Purpose: | Resume program after break during interactive debugging. |
| Expects type: | depends on context |
| Default binding: | Described in ../interactive.html. Only available in debug context in interactive mode. |
| •db | |
|---|---|
| Type: | §•Debugger |
There is no global state. This piece of documentation is just here to guide readers to the documentation in ../interactive.html. | |
| See also: | |