mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-21 18:10:42 -04:00
13 lines
243 B
Plaintext
13 lines
243 B
Plaintext
assert |macro |;
|
|
assert |{ foo = hello world}|;
|
|
assert |{ foo = "hello world"|;
|
|
assert |{ = }|;
|
|
assert |let foo |;
|
|
assert |let |;
|
|
assert |import |;
|
|
assert |import foo |;
|
|
assert |out |;
|
|
assert |out "|;
|
|
assert |out json|;
|
|
assert |"|;
|
|
assert |=|; |