Template:Nasal Anonymous Func

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