Attention des changements sont bientôt à prévoir sur l'instance gitea d'Aurore :
node f(x:bool) returns (y:bool)
let
y = x when x
tel
node main() returns (y:bool)
var c:bool;
c = true fby true fby false fby c;
y = merge c (f(c)) false;