about summary refs log tree commit diff stats
path: root/modal/ocaml/examples/arith.modal
blob: 21937242d64ac2021db4d75495d485591594b58f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
.. (?: + 10 2)
.. (?: - 10 2)
.. (?: * 6 7)
.. (?: / 21 3)
.. (?: % 21 5)
.. (?: & 6 3)
.. (?: ^ 6 3)
.. (?: | 6 1)
.. (?: = 5 5)
.. (?: ! 5 6)
.. (?: > 9 2)
.. (?: < 2 9)