Synchronous_reactive_systems/tests/pre.node

5 lines
92 B
Plaintext

node main (i: int) returns (o: bool);
let
o = pre (true and pre( i = pre(pre(i))));
tel