FunctionDeclarationStat

A local function declaration statement

final
class FunctionDeclarationStat : Stat {}

Members

Variables

key
string key;

The variable to declare

value
FunctionExpr value;

The value to assign it

Meta