In R, I use the print function for output but I always get an ugly output. If I do:
print(\"hello world\")
the output is:
[
Please read the fine manuals and discover cat(), sprintf(), ... and much much more.
cat()
sprintf()