mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-27 16:49:31 +00:00
Serialize function scope
This commit is contained in:
parent
b004946266
commit
f198286870
4 changed files with 21 additions and 6 deletions
7
test/results/serialize function env.ans
Normal file
7
test/results/serialize function env.ans
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
--# run #--
|
||||
--- text ---
|
||||
| {}"" {}"5" {}"" |
|
||||
--- return ---
|
||||
()
|
||||
--# saved #--
|
||||
{}
|
||||
5
test/tests/serialize function env.ans
Normal file
5
test/tests/serialize function env.ans
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
:x = $
|
||||
2+z
|
||||
x.:z = 3
|
||||
|
||||
|{x!serialize!deserialize!}
|
||||
Loading…
Add table
Add a link
Reference in a new issue