If

data class If(val cond: Operand, val tbody: Program.Stm, var fbody: Program.Stm? = null) : Program.Stm

Constructors

Link copied to clipboard
constructor(cond: Operand, tbody: Program.Stm, fbody: Program.Stm? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
infix fun Program.Stm.If.ELSE(callback: Program.Builder.() -> Unit)
Link copied to clipboard