( operator )

Legend
Has corresponding code
No direct match, but an alternative exists
No corresponding code
-TODO
( .. )Not localized
Example Python
pytest
C++
GoogleTest
Swift
Testing
Kotlin
jUnit
Bash
bats
( logic_operator_not ) not - - - -
( logic_operator_and ) and - - - -
( logic_operator_or ) and - - - -
( arithmetic_operator_pow ) ** - - - -
( arithmetic_operator_plus ) + - - - -
( arithmetic_operator_floor_division ) // - - - -
( comparison_operator_less_than ) < - - - -
( comparison_operator_less_than_or_equal ) <= - - - -
( comparison_operator_greater_than ) > - - - -
( comparison_operator_greater_than_or_equal ) >= - - - -
( comparison_operator_equal ) == - - - -
( additional_assignment_operator ) += - - - -
( increment_operator ) - - - -