FayrantLang::AST::BinaryExprGt
Inherits FayrantLang::AST::BinaryExpr / FayrantLang::AST::Expr / Reference / Object
Constructors
new(lhs : Expr, rhs : Expr)
SourceInstance methods
==(other : BinaryExprGt)
Sourceeval(ctx : Context) : BooleanValue
Source