Synchronous_reactive_systems/tests/pre.node

5 lines
92 B
Plaintext
Raw Permalink Normal View History

node main (i: int) returns (o: bool);
2022-12-13 14:25:48 +01:00
let
o = pre (true and pre( i = pre(pre(i))));
tel