Contains the Function Expressions for the BadScript2 Language.
BadFunctionCompileLevel
The BadFunctionCompileLevel enum defines the different levels of compilation for a function.
@ Compiled
The Function is compiled to Instructions.
@ CompiledFast
The function is compiled to Instructions with operator overrides disabled.
@ None
None, the function is not compiled.