heptagon/test/good/tttt.ept

7 lines
138 B
Plaintext
Raw Normal View History

2011-05-23 14:04:11 +02:00
node f(c:bool;x:int) returns (o:int)
let
reset
o = merge c (true -> (0 fby x) when c) (false -> 0 fby (o whenot c));
every true
tel