entwurf kennzeichnen

This commit is contained in:
Simon Martens
2025-06-03 11:20:46 +02:00
parent 780a365301
commit d9727d10ef
9 changed files with 279 additions and 241 deletions

View File

@@ -124,6 +124,9 @@ func (e *Engine) funcs() error {
e.AddFunc("Today", functions.Today)
e.AddFunc("GetMonth", functions.GetMonth)
// Math
e.AddFunc("Minus", functions.Minus)
return nil
}