prints "text" to the specified handle (with a newline appended)
$handle - the handle to write to (defaults to stdin/stdout)
"text" - the text to write
println("Hello World");
Hello World