You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
std::cout << "FPL Erreur : Votre variable ne peut pas etre declare !" << std::endl;
25
25
}
26
+
}
27
+
28
+
voiderrorIntroduireVariable() {
29
+
std::cout << "FPL Erreur : Pour introduire une variable dans votre message, merci d'ouvrir et de fermer les accolades : [NOM DE VOTRE VARIABLE] !" << std::endl;
0 commit comments