Sur le bout de code d'un collègue étudiant



for i in 1..10 loop
[...]
if Variable = i + 0 then
[...]
end if;
end loop;