iowo/testfiles/test.owo

19 lines
245 B
Text
Raw Normal View History

2024-04-06 22:55:12 +00:00
def main = meow
| uwu
2024-04-08 12:04:52 +00:00
{ foo: @bar
, hello: world @| test { more: params } | yay
}
2024-04-06 22:55:12 +00:00
!| awa
@| nya
| rawr;
def test = meow
2024-04-08 12:04:52 +00:00
{ hello: $foo
2024-04-06 22:55:12 +00:00
, world: @bar
2024-04-08 12:04:52 +00:00
};
2024-04-06 22:55:12 +00:00
2024-04-08 12:04:52 +00:00
def blah = {
2024-04-06 22:55:12 +00:00
pipe1: meow | uwu,
pipe2: lorem | ipsum
2024-04-08 12:04:52 +00:00
} | flkjdsafkjl;