System.print("Hello, world!")
var s = "string"
var n = 123
System.print("Joined: " + s + " " + n.toString)