5 lines
85 B
Text
5 lines
85 B
Text
|
def main = meow | test;
|
||
|
def test = meow [ hello: $foo, world: @bar];
|
||
|
|
||
|
def uwu = owo;
|