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