Adding list accessor and for loop

This commit is contained in:
Anthony Debucquoy
2025-03-20 21:11:17 +01:00
parent 948b335cb5
commit 1a181095c6
3 changed files with 32 additions and 5 deletions

6
examples/test.spf Normal file
View File

@ -0,0 +1,6 @@
texte name = "Anthony";
si name ne vaut pas "Anthony" alors {
afficher "C'est pas moi";
} sinon {
afficher "C'est moi";
}