FayrantLang::AST::FunctionDeclarationStatement
Inherits FayrantLang::AST::Statement / Reference / Object
Constructors
new(name : String, params : Array(String), body : Array(Statement))
SourceInstance methods
==(other : FunctionDeclarationStatement)
Sourcebody
Sourceexec(ctx : Context) : Tuple(ExecResult, AnyValue)
Sourcename
Sourceparams
Source