BreakNode
fun BreakNode(jumpLabel: JumpLabelNode?, sourceLocation: SourceLocation, comment: String? = null)
Content copied to clipboard
Parameters
jumpLabel
Label of the loop to break out of. A null value refers to the innermost loop.