# Functions
Initialize the functions map for use.
Initialize the variables map for use.
ParsedArgs converts all the arguments of a function into usable values.
# 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.