Fixing declaration without variable
This commit is contained in:
@ -2,6 +2,8 @@ texte nom = "anthony";
|
||||
entier age = 23;
|
||||
booléen majeur = vrai;
|
||||
|
||||
booléen ingénieur;
|
||||
|
||||
majeur = faux;
|
||||
|
||||
afficher nom, age, majeur;
|
||||
|
Reference in New Issue
Block a user