Implement IS_DEFINED function

This commit is contained in:
Pijus Kamandulis
2024-02-19 00:08:51 +02:00
parent c17509df38
commit f4dd150bc8
8 changed files with 634 additions and 402 deletions

View File

@@ -81,6 +81,7 @@ type FunctionCallType string
const (
FunctionCallStringEquals FunctionCallType = "StringEquals"
FunctionCallIsDefined FunctionCallType = "IsDefined"
)
type FunctionCall struct {