RosettaCodeData/Task/String-append/EasyLang/string-append.easy
2023-07-01 13:44:08 -04:00

3 lines
37 B
Text

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