Nasal scripting language

From FlightGear wiki
Revision as of 07:54, 10 October 2013 by Hooray (talk | contribs)
Jump to navigation Jump to search


FlightGear offers a very powerful functional scripting language called Nasal, which supports reading and writing of internal FlightGear properties, accessing internal data via extension functions, creating GUI dialogs and much more. Please see the right navigation bar to get additional information.

# to be saved in $FG_ROOT/Nasal/hello.nas
  print( "Hello World!" );

Vim-nasal-syntax-highlighting.png

References