class Crystal::MultiAssign
inherits Crystal::ASTNode
¶
Assign expression.
target [',' target]+ '=' value [',' value]*
Included modules
Crystal::ExpandableNode
Class methods¶
Methods¶
#interpret(method : String, args : Array(ASTNode), named_args : Hash(String, ASTNode)?, block : Crystal::Block?, interpreter : Crystal::MacroInterpreter, name_loc : Location?)
¶
(method : String, args : Array(ASTNode), named_args : Hash(String, ASTNode)?, block : Crystal::Block?, interpreter : Crystal::MacroInterpreter, name_loc : Location?)