write(stdout, "hello")
write(stdout, "world")
RunI tried this and the result is same as using two echo statements.
write(stdout, "hello")
write(stdout, "world")
RunI tried this and the result is same as using two echo statements.