Allow arguments/parameters to be passed to variable definitions, effectively creating user-defined functions.
For example, suppose that I want to define the function TagSum, which adds the values at all events in a time range. Then:
TagSum(tag, start, end) = TagMean(tag, start, end) * EventCount(tag, start, end)
https://pisquare.osisoft.com/thread/7591