mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-28 00:59:31 +00:00
4 lines
54 B
Text
4 lines
54 B
Text
:$ f(str: foo)
|
|
@str + foo
|
|
|
|
{f("bi")} = {f(foo="bi")}
|