compilation/examples/simple.spf

14 lines
191 B
Plaintext

texte nom = "anthony";
entier age = 23;
booléen majeur = vrai;
majeur = faux;
afficher nom, age, majeur;
#TODO: Ces lignes devraient donner une erreur
# majeur = 42;
# afficher majeur;