/**

String append in Neko **/ var str = "Hello" str += ", world" $print(str, "\n")