diff --git a/calc.go b/calc.go index 6e7a445..a6dd3f7 100644 --- a/calc.go +++ b/calc.go @@ -43,6 +43,8 @@ type Calc struct { MathFunctions []string BatchFunctions []string LuaFunctions []string + + Functions Funcalls } // help for lua functions will be added dynamically