mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-28 09:09:31 +00:00
Final test batch and associated fixes
This commit is contained in:
parent
050c84921c
commit
43a745a7a9
66 changed files with 1233 additions and 51 deletions
18
test/tests/function cycle.ans
Normal file
18
test/tests/function cycle.ans
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
:$ f
|
||||
:a = "a"!script($_)
|
||||
| a
|
||||
:b = "b"!script($_)
|
||||
| b
|
||||
:c = "c"!script($_)
|
||||
| c
|
||||
cycle([a,b,c])
|
||||
|
||||
f!
|
||||
|
||||
f!
|
||||
|
||||
f!
|
||||
|
||||
f!
|
||||
|
||||
f!
|
||||
Loading…
Add table
Add a link
Reference in a new issue