RosettaCodeData/Task/String-append/EasyLang/string-append.easy
2023-07-01 11:58:00 -04:00

3 lines
37 B
Text

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