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