Fixing declaration without variable

This commit is contained in:
tonitch
2025-03-20 00:52:05 +01:00
parent e7eca3b46d
commit 6f7829dadf
4 changed files with 21 additions and 6 deletions

View File

@ -2,6 +2,8 @@ texte nom = "anthony";
entier age = 23;
booléen majeur = vrai;
booléen ingénieur;
majeur = faux;
afficher nom, age, majeur;