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