class Crystal::Macros::Assign

Overview

Assign expression.

Defined in:

compiler/crystal/macros.cr

Instance Method Summary

Instance Method Detail

def target : ASTNode #

Returns the target assigned to.


[View source]
def value : ASTNode #

Returns the value that is being assigned.


[View source]