dotliquid 支持基本运算符,如和/或。
Basic operators
Operator Function
== equals
!= does not equal
> greater than
< less than
>= greater than or equal to
<= less than or equal to
or condition A or condition B
and condition A and condition B
是否支持“不”作为运算符?