Implementing Variables class + dump and trace
This commit is contained in:
@ -8,6 +8,6 @@ afficher nom, age, majeur;
|
||||
|
||||
|
||||
#TODO: Ces lignes devraient donner une erreur
|
||||
majeur = 42;
|
||||
# majeur = 42;
|
||||
|
||||
afficher majeur;
|
||||
# afficher majeur;
|
||||
|
Reference in New Issue
Block a user