Prev | Top | Next |
$oc: OperatorOrder( $code: code, $opId: opId ) Operator( id == $opId ) not CommandCode( code == $code )
English
When there is an operator order and there is a matching operator
but there is no matching command code...
[when]and a matching operator= $operator: Operator( id == $opId ) [when]and no matching command code= not CommandCode( code == $code )
Problem: The number of required translations grows and grows. |
Prev | Top | Next |