Filter Syntax

OTScript language provides a syntax to filter the result of an expression based on a condition.

This page discusses:

Syntax



Use

The instruction evaluates the left expression, and then selects only elements verifying the right expression.

The result is a new list.

Example

requirements[Priority = "High"]