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 { soit val = boucle {
arrête i; arrête i;
}; };
tant que x < val { tant que x < val {
x += 1; x += 1;
} }
x = si soit Quelque(resultat) = peut_etre(i) { x = si soit Quelque(resultat) = peut_etre(i) {
resultat.déballer() resultat.déballer()
} else { 12 }; } sinon {
12
};
} }
} }
} }