mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-27 16:49:31 +00:00
Add list assignment operators
This commit is contained in:
parent
b93061143c
commit
4b139019c9
7 changed files with 179 additions and 2 deletions
20
test/tests/list assignement.ans
Normal file
20
test/tests/list assignement.ans
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
:[1,2] x
|
||||
|
||||
{x}
|
||||
|
||||
{x(1) := 3}
|
||||
|
||||
{x}
|
||||
|
||||
{x("foo") := "a"}
|
||||
|
||||
{x}
|
||||
|
||||
{x("bar") := "b"}
|
||||
|
||||
{x}
|
||||
|
||||
{x("foo") := "c"}
|
||||
|
||||
{x}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue