Attention des changements sont bientôt à prévoir sur l'instance gitea d'Aurore :
node count() returns (o : int)
let
o = 0 fby 1;
tel
node main() returns (c : int)
automaton
state One
do c = count ()
until count() = 5 then Two
state Two
until count() = 3 then One
end