/**

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