-
Notifications
You must be signed in to change notification settings - Fork 0
Add operator ISFUNC. #113
Copy link
Copy link
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestinterpreterRequires a code change in the interpreter.Requires a code change in the interpreter.minorRequires a minor version change.Requires a minor version change.
Milestone
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requestinterpreterRequires a code change in the interpreter.Requires a code change in the interpreter.minorRequires a minor version change.Requires a minor version change.
Add operator
BOOL: ISFUNC(ANY: value). ReturnTRUEifvalueis aFUNC,FALSEotherwise.Update the implementation, specification, and test suite.