ForSimple

data class ForSimple(val loopVar: Variable, val min: Operand, val maxExclusive: Operand, val body: Program.Stm) : Program.Stm

Constructors

Link copied to clipboard
constructor(loopVar: Variable, min: Operand, maxExclusive: Operand, body: Program.Stm)

Properties

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