Class IrGoto
Represents a goto statement in the IR.
Inherited Members
Namespace: VM.Core.IR.Nodes
Assembly: VM.dll
Syntax
public class IrGoto : IrNode
Fields
Label
Gets or sets the label to jump to.
Declaration
public required string Label
Field Value
Type | Description |
---|---|
string |