mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-28 09:09:31 +00:00
10 lines
50 B
Text
10 lines
50 B
Text
:$ f
|
|
:a = 12
|
|
|
|
:x = &f
|
|
|
|
{x.a}
|
|
|
|
~ x.a := 52
|
|
|
|
{x.a}
|