mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-27 16:49:31 +00:00
20 lines
107 B
Text
20 lines
107 B
Text
:x = {1,2}
|
|
|
|
{x}
|
|
|
|
{x(1) := 3}
|
|
|
|
{x}
|
|
|
|
{x("foo") := "a"}
|
|
|
|
{x}
|
|
|
|
{x("bar") := "b"}
|
|
|
|
{x}
|
|
|
|
{x("foo") := "c"}
|
|
|
|
{x}
|
|
|