class

FayrantLang::AST::FunctionDeclarationStatement

Inherits FayrantLang::AST::Statement / Reference / Object

Constructors

new(name : String, params : Array(String), body : Array(Statement))
Source

Instance methods

==(other : FunctionDeclarationStatement)
Source
body
Source
exec(ctx : Context) : Tuple(ExecResult, AnyValue)
Source
name
Source
params
Source