FayrantLang::AST::ObjectFieldAssignmentStatement
Inherits FayrantLang::AST::Statement / Reference / Object
Constructors
new(obj_expr : Expr, field_name : String, expr : Expr)
SourceInstance methods
==(other : ObjectFieldAssignmentStatement)
Sourceexec(ctx : Context) : Tuple(ExecResult, AnyValue)
Sourceexpr
Sourcefield_name
Sourceobj_expr
Source