ucg/integration_tests/concatenation_test.ucg

2 lines
99 B
Plaintext
Raw Permalink Normal View History

assert |"hello " + "world" == "hello world"|;
assert |[1, 2, 3] + [4, 5, 6] == [1, 2, 3, 4, 5, 6]|;