Class IrPrint
Represents a print statement in the IR.
Inherited Members
Namespace: VM.Core.IR.Nodes
Assembly: VM.dll
Syntax
public class IrPrint : IrNode
Fields
Expr
Gets or sets the expression to be printed.
Declaration
public required IrNode? Expr
Field Value
| Type | Description |
|---|---|
| IrNode |