mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-28 00:59:31 +00:00
10 lines
59 B
Text
10 lines
59 B
Text
:$ f
|
|
:a = 2
|
|
|
|
:$ f(x)
|
|
:a = 5
|
|
|
|
:$ f(b)
|
|
:a = 10
|
|
|
|
{f.a} = 2
|