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

13 lines
116 B
Text

:$ fn
:i=0
return(_)
i=50
i
| {fn!} = 50
:$ g
return(_)
return(3)
| {g!} = 3