Block

data class Block(val statements: List<Element.Statement>) : Compound

Constructors

Link copied to clipboard
constructor(statements: List<Element.Statement>)

Properties

Link copied to clipboard