<tag>: <var>,
<tag2>: <var2> [...] = function(...)
General function syntax
The function arguments are either unnamed ordered ('positional') or named ('keyword'), depending on the called function.
Type | Example |
---|---|
Positional |
|
Keyword |
|
Some function arguments can be stated as either keyword or positional argument. In that case, both are present in the argument description table at the according function description blocks below.
The function results are returned as tagged values, and matched to variables using the syntax:
List of implemented functions
Influencing issue processing
Utilizing Graph API
Note: For any graph object being "in scope" (at least the issue itself and
the current processing node) it’s always preferred to apply modifications directly
using add
, set
/assignment, delete
.
Managing vertices:
Managing edges:
Querying the graph:
Managing timeseries data: