Companion
object Companion
Properties
Link copied to clipboard
The shared VariableSharedGlobalDescriptor.
Functions
Link copied to clipboard
fun createGlobal(variableType: A_Type?, module: A_Module, name: A_String, writeOnce: Boolean): AvailObject
Create a write-once, shared variable. This method should only be used to create module constants, and maybe eventually local constants. It should not be used for converting existing variables to be shared.