class FayrantLang::AST::ContinueStatement

Defined in:

ast/statement.cr

Instance Method Summary

Instance methods inherited from class FayrantLang::AST::Statement

==(other) ==, exec(ctx : Context) : Tuple(ExecResult, AnyValue) exec

Instance Method Detail

def ==(other : ContinueStatement) #

[View source]
def exec(ctx : Context) : Tuple(ExecResult, AnyValue) #

[View source]