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
f372a32b48
commit
82b68e09a3
10 changed files with 158 additions and 124 deletions
10
test/tests/closure capture environment.ans
Normal file
10
test/tests/closure capture environment.ans
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
:f = ()
|
||||
:a = 12
|
||||
|
||||
_
|
||||
f = $
|
||||
|{a}
|
||||
|
||||
:a = 42
|
||||
|
||||
f!
|
||||
Loading…
Add table
Add a link
Reference in a new issue