Program
Class in Yarn
Inherits from System.Object
Summary
A compiled Yarn program.
Methods
Name | Description |
---|---|
Creates a new Program by merging multiple Programs together. | |
Properties
Name | Description |
---|---|
The collection of initial values for variables; if a PUSH_VARIABLE instruction is run, and the value is not found in the storage, this value will be used | |
The name of the program. | |
The collection of nodes in this program. |
Last updated