Nasal Hello World

From FlightGear wiki
Revision as of 18:48, 19 October 2016 by Red Leader (talk | contribs)
Jump to navigation Jump to search


In the programming world, a "Hello, World!" program This is a link to a Wikipedia article is used to illustrate basic syntax using a very simple program. The "Hello, World!" program in Nasal would look like this (run this in the Nasal Console):

print("Hello, World!");

This will print the string Hello, World! into the console.