RosettaCodeData/Task/String-concatenation/EasyLang/string-concatenation.easy

4 lines
41 B
Plaintext

a$ = "hello"
b$ = a$ & " world"
print b$