adding control

This commit is contained in:
tonitch
2025-03-17 23:19:02 +01:00
parent d7f9dac728
commit 197df773f7
2 changed files with 24 additions and 10 deletions

8
examples/simple.spf Normal file
View File

@ -0,0 +1,8 @@
entier pi = 314;
entier pi2 = 3;
pi = 3;
tant que pi vaut pi2 faire {
afficher "bonjour";
}