1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-28 09:09:31 +00:00

Add for loops

This commit is contained in:
Étienne Fildadut 2024-01-05 01:36:37 +01:00
parent a212dd7fd1
commit efb99a9ed7
28 changed files with 284 additions and 21 deletions

4
test/tests/for break.ans Normal file
View file

@ -0,0 +1,4 @@
for(:x, range(10))
if(x == 3)
break!
|{x}