class Crystal::Macros::While

Overview

A while expression

Defined in:

compiler/crystal/macros.cr

Instance Method Summary

Instance Method Detail

def body : ASTNodeSource

Returns this while's body.

def cond : ASTNodeSource

Returns this while's condition.

© 2012–2021 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/1.2.1/Crystal/Macros/While.html