Implementing Variables class + dump and trace

This commit is contained in:
tonitch
2025-03-20 00:17:50 +01:00
parent 0e11654fd2
commit e7eca3b46d
4 changed files with 85 additions and 42 deletions

View File

@ -8,6 +8,6 @@ afficher nom, age, majeur;
#TODO: Ces lignes devraient donner une erreur
majeur = 42;
# majeur = 42;
afficher majeur;
# afficher majeur;