class Crystal::Macros::While inherits Crystal::Macros::ASTNode ¶ A while expression Methods¶ #body : ASTNode ¶ Returns this while's body. View source #cond : ASTNode ¶ Returns this while's condition. View source