Documentation ¶
Overview ¶
The standard library for Orion. It contains all of the built-in functions, variables, types, etc. of Orion.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeFunctions ¶
func MakeFunctions()
Initialize the functions map for use. NOTE: This must be called before any usage of the Functions variable.
func MakeVariables ¶ added in v0.4.0
func MakeVariables(verbose uint8)
Initialize the variables map for use. NOTE: This must be called before any usage of the Variables variable.
Types ¶
type FunctionsType ¶
type FunctionsType = map[string]OrionFunction
A FunctionsType is a map of all functions (OrionFunction) in Orion.
var Functions FunctionsType
Functions map containing all functions in Orion.
type OrionFunction ¶
An OrionFunction represents a function in Orion.
type VariablesType ¶ added in v0.4.0
A VariablesType is a map of all variables (OrionVar) in Orion.
var Variables VariablesType
Variables map containing all variables in Orion.
Click to show internal directories.
Click to hide internal directories.