Back to table

Minus Operator

The following is a valid µOCCAM program. Tests the monadic and dyadic negative operator.

Program file: /public/cs3/web/ipptests/monadic-dyadic.accept
INT var:

SEQ
  var := 10 - (-5)