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

4 lines
37 B
Plaintext

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