2025-03-20 21:11:17 +01:00

7 lines
124 B
Plaintext

texte name = "Anthony";
si name ne vaut pas "Anthony" alors {
afficher "C'est pas moi";
} sinon {
afficher "C'est moi";
}