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