mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-28 00:59:31 +00:00
Update tests
This commit is contained in:
parent
a79b054bfb
commit
a85e7ab0af
73 changed files with 246 additions and 157 deletions
10
test/tests/while break.ans
Normal file
10
test/tests/while break.ans
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
:i = 0
|
||||
while($i <= 10)
|
||||
| {i}
|
||||
|
||||
if(i == 5)
|
||||
break!
|
||||
|
||||
i += 1
|
||||
|
||||
|ok
|
||||
Loading…
Add table
Add a link
Reference in a new issue