RosettaCodeData/Task/String-append/Genie/string-append.genie

8 lines
107 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
[indent=4]
/* String append, in Genie */
init
str:string = "Hello"
str += ", world"
print str