package
0.5.0
Repository: https://github.com/solarcode-org/orion.git
Documentation: pkg.go.dev

# Functions

Initialize the functions map for use.
Initialize the variables map for use.
ParsedArgs converts all the arguments of a function into usable values.

# Variables

Functions map containing all functions in Orion.
Variables map containing all variables in Orion.

# Type aliases

A FunctionsType is a map of all functions ([OrionFunction]) in Orion.
An OrionFunction represents a function in Orion.
An OrionVar represents a variable in Orion.
A VariablesType is a map of all variables ([OrionVar]) in Orion.