class

FayrantLang::AST::FunctionCallExpr

Inherits FayrantLang::AST::Expr / Reference / Object

Constructors

new(fn : Expr, args : Array(Expr))
Source

Instance methods

==(other : FunctionCallExpr)
Source
args
Source
eval(ctx : Context) : AnyValue
Source