mirror of
https://github.com/LucasVbr/interpreteur-lir.git
synced 2026-05-13 17:21:52 +00:00
programme de démo ajouté au niveau de l'exécutable
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
10 affiche "Entre ton nom : "
|
||||
20 entre $nom
|
||||
30 affiche "Bienvenue "+$nom
|
||||
35 affiche
|
||||
40 var an=2021
|
||||
50 affiche "Quelle est ton année de naissance ? "
|
||||
60 entre naissance
|
||||
65 si naissance > an vaen 50
|
||||
70 affiche "Tu as autour de "
|
||||
80 affiche an-naissance
|
||||
90 affiche "ans "
|
||||
100 affiche
|
||||
200 stop
|
||||
Reference in New Issue
Block a user