class FayrantLang::AST::FunctionDeclarationStatement
Defined in:
ast/statement.crConstructors
Instance Method Summary
- #==(other : FunctionDeclarationStatement)
- #body : Array(FayrantLang::AST::Statement)
- #exec(ctx : Context) : Tuple(ExecResult, AnyValue)
- #name : String
- #params : Array(String)