1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-27 16:49:31 +00:00
anselme/test/tests/function random.ans

18 lines
123 B
Text

:$ f
:a = "a"!script($_)
| a
:b = "b"!script($_)
| b
:c = "c"!script($_)
| c
random([a,b,c])
f!
f!
f!
f!
f!