write(stdout, "hello")
    write(stdout, "world")
    
    Run

I tried this and the result is same as using two echo statements. 

Reply via email to