heptagon/test/good/minus_pre.ept
Gwenaël Delaval db5524df3f Tests addition
2017-05-23 22:10:39 +02:00

6 lines
75 B
Plaintext

node main() = (o,p:int)
let
o = ~-1 -> pre o + 1;
p = -1 fby p + 1
tel