Class: SpotFeel::FunctionDefinition
- Defined in:
- lib/spot_feel/nodes.rb
Overview
-
function definition = “function” , “(” , [ formal parameter { “,” , formal parameter } ] , “)” , [ “external” ] , expression ;
function definition = “function” , “(” , [ formal parameter { “,” , formal parameter } ] , “)” , [ “external” ] , expression ;