Nasal REPL interpreter
(Redirected from Interactive Nasal Console)
Jump to navigation
Jump to search
| The FlightGear forum has a subforum related to: Nasal Scripting |
| Nasal scripting |
|---|
| Nasal internals |
|---|
FlightGear provides a interpreter for debugging short pieces of Nasal code, the so called "Nasal REPL interpreter" is available in FlightGear's menu (Debug > Nasal REPL interpreter).
Usage
- ESC —— Exit/close the dialog.
- Ctrl-d —— Same as ESC.
- Ctrl-v —— Insert text (at the end of the current line).
- Ctrl-c —— Copy the current line of text.
- Ctrl-x —— Copy and delete the current line of text.
- Up —— Previous line in history.
- Down —— Next line in history.
Gallery
Canvas-based Interactive Nasal REPL running in a heavily down-stripped FlightGear version that only provides the most essential subsystems
REPL-based subsystem-reinitialization in FGCanvas mode