The binary operator type represents a binary operator in the Relevance Language. This is a form of reflection that allows you to see what inspectors are available and how to use them.
Returns the type on the left side of the binary operator.
{% qna %} Q: binary operators whose (left operand type of it is type "time zone") A: & : time of day with time zone A: & : time of day with time zone A: + : time zone A: - : time zone A: - : time interval A: = : boolean {% endqna %}
Returns the name of the operation performend by the binary operator.
{% qna %} Q: names of binary operators whose (left operand type of it is type "time zone") A: concatenate A: concatenate A: plus A: minus A: minus A: equal {% endqna %}
Returns the type that the binary operator produces.
{% qna %} Q: result types of binary operators whose (left operand type of it is type "time zone") A: time of day with time zone A: time of day with time zone A: time zone A: time zone A: time interval A: boolean {% endqna %}
Returns the type on the right side of the binary operator.
{% qna %} Q: binary operators whose (right operand type of it is type "time zone") A: & : time of day with time zone A: & : time of day with time zone A: + : time zone A: - : time interval A: = : boolean {% endqna %}
Returns the phrase or punctuation mark used to invoke the operator.
{% qna %} Q: unique values of symbols of binary operators A: % A: & A: * A: + A: - A: / A: < A: <= A: = A: contains A: ends with A: starts with {% endqna %}
Returns a short description of the operator.
{% qna %} Q: binary operators whose (it as string contains "regular") A: contains : boolean A: = : boolean A: = : boolean A: starts with : boolean A: ends with : boolean {% endqna %}