Template:Nasal doc: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 17: Line 17:
|name = function
|name = function
|syntax = <syntaxhighlight lang="nasal">function(a, [b, c]);</syntaxhighlight>
|syntax = <syntaxhighlight lang="nasal">function(a, [b, c]);</syntaxhighlight>
|text = Returns stuff.
|text = May returns values, or just '''nil''' (implicitly for procedures and empty return expressions).
|param1 = a
|param1 = a
|param1text = Argument
|param1text = Argument

Revision as of 10:16, 20 November 2014