heptagon/test/good/grosauto_clock.ept

10 lines
156 B
Plaintext
Raw Normal View History

2012-01-25 18:13:43 +01:00
node main() returns (o: int)
let
automaton
state State1
var c : bool;
do o = merge c (1 fby (o when c)) 27;
c = false;
end
tel