Supported list types
Number list
The function returns a NUMBER LIST in l that validate predicate.
Argument predicate is a boolean expression, where ^
is used for referencing numeric values in argument l.
filterByPredicate(number list l, boolean expression predicate) #Output: Number list
Text list
Returns a TEXT LIST with texts in l that validate predicate. Argument predicate is a boolean expression, where ^%
is used for referencing string values in argument l.
filterByPredicate(string list l, boolean expression predicate) #Output: Text list