class

Crystal::Macros::While

Inherits Crystal::Macros::ASTNode

A while expression

Instance methods

body

Returns this while's body.

Source
cond

Returns this while's condition.

Source