class

Seal::WhileLoop

Inherits Seal::Stmt < Seal::ASTNode < Reference < Object

Constructors

new(condition : Expr, body : Array(Stmt))
Source

Instance methods

body
Source
body=(body : Array(Stmt))
Source
condition
Source
condition=(condition : Expr)
Source