class FayrantLang::AST::ReturnStatement
- FayrantLang::AST::ReturnStatement
- FayrantLang::AST::Statement
- Reference
- Object
Defined in:
ast/statement.crConstructors
Instance Method Summary
- #==(other : ReturnStatement)
- #exec(ctx : Context) : Tuple(ExecResult, AnyValue)
- #expr : FayrantLang::AST::Expr