Jump to content

Template:Nasal Anonymous Func

From FlightGear wiki
#this declares an anonymous/unnamed function
(func(arg...) 
{
#function body
})(); # this will directly invoke the unnamed function