Attention des changements sont bientôt à prévoir sur l'instance gitea d'Aurore :
node j(x, v_33: bool) returns (o: int)
let
automaton
state I
do o = 1
until (o = 2) then J
state J
do o = 2
until v_33 then I
end
tel
node main() returns (o:int)
o = j(true,true)