From a0c0a27a3543829274f2adb5b0bc6a7da7711259 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Sat, 4 Nov 2023 19:41:11 +0100 Subject: [PATCH] add Funcalls to Calc --- calc.go | 2 ++ 1 file changed, 2 insertions(+) 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