Companion

object Companion

Properties

Functions

Link copied to clipboard
fun createGlobal(variableType: A_Type?, module: A_Module, name: A_String, writeOnce: Boolean): AvailObject

Create a shared variable, which may be write-once if so indicated. 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.