You can assign range values to variables, e.g., val myrange = [20 ms .. 30 ms]
But you cannot operate on range values, e.g.,
value predicate max(#Compute_Execution_Time) <= 30 ms
It does not evaluate built-in functions min, max, abs, floor, ceil, round.