update l'exemple

This commit is contained in:
Benjamin Bouvier 2021-09-10 09:38:37 +02:00
parent d585344ef2
commit c49bec5d82

View file

@ -60,12 +60,16 @@ rouille::rouille! {
soit val = boucle {
arrête i;
};
tant que x < val {
x += 1;
}
x = si soit Quelque(resultat) = peut_etre(i) {
resultat.déballer()
} else { 12 };
} sinon {
12
};
}
}
}