mirror of
https://codeberg.org/scip/rpnc.git
synced 2025-12-17 12:31:04 +01:00
add Funcalls to Calc
This commit is contained in:
2
calc.go
2
calc.go
@@ -43,6 +43,8 @@ type Calc struct {
|
|||||||
MathFunctions []string
|
MathFunctions []string
|
||||||
BatchFunctions []string
|
BatchFunctions []string
|
||||||
LuaFunctions []string
|
LuaFunctions []string
|
||||||
|
|
||||||
|
Functions Funcalls
|
||||||
}
|
}
|
||||||
|
|
||||||
// help for lua functions will be added dynamically
|
// help for lua functions will be added dynamically
|
||||||
|
|||||||
Reference in New Issue
Block a user