mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-23 18:29:50 -04:00
2 lines
99 B
Plaintext
2 lines
99 B
Plaintext
assert |"hello " + "world" == "hello world"|;
|
|
assert |[1, 2, 3] + [4, 5, 6] == [1, 2, 3, 4, 5, 6]|; |