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

7 lines
107 B
Text

[indent=4]
/* String append, in Genie */
init
str:string = "Hello"
str += ", world"
print str