Class in Yarn
Inherits from System.Object
System.Object
A compiled Yarn program.
public class Program
Combine(Program[])
Creates a new Program by merging multiple Programs together.
ToString()
InitialValues
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
Name
The name of the program.
Nodes
The collection of nodes in this program.
Last updated 2 years ago
Was this helpful?