Adding list accessor and for loop
This commit is contained in:
6
examples/test.spf
Normal file
6
examples/test.spf
Normal 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";
|
||||
}
|
Reference in New Issue
Block a user