iowo/testfiles/test.owo

19 lines
245 B
Plaintext
Raw Normal View History

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