Synchronous_reactive_systems/tests/test_pre.node

5 lines
90 B
Plaintext

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