class
   Crystal::Macros::Assign
  
  
  Overview
Assign expression.
Defined in:
compiler/crystal/macros.crInstance Method Summary
- 
        #target : ASTNode
        
          Returns the target assigned to. 
- 
        #value : ASTNode
        
          Returns the value that is being assigned.