testing_expression

testing_expression 
      ::= 
      ( expression 
      ( ">" 
      | "<" 
      | ">=" 
      | "<=" 
      | "==" 
      | "!=" ) 
      expression ) 

[rule list]
This rule is called by

-> expression

Semantic, examples ...

coming soon ...