Slang/tests/strcat.sl

5 lines
53 B
Plaintext

str a = "a"
str b = "B"
str c = a+b
stdio.println(c)