class Ast::While

Defined in:

ast/ast.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(cond : Expression, body : Statement) #

[View source]

Instance Method Detail

def body : Statement #

def cond : Expression #

def display #

[View source]