Example #1
0
File: Gt.cs Project: 0xCM/arrows
 => valid = demand(n1.value > n2.value);
Example #2
0
File: NEq.cs Project: 0xCM/arrows
 => valid = demand(n1.value != n2.value);