Automatic separating variables when printing

I agree with @albheim here, it seems like the wrong tool is being used. If you are printing variables just for debug (or any kind of human assessment), then you probably should be using @show instead of println. If you are printing variables in a specific format (possibly to be read back by a program), then you do not want for the function to take any liberties with your input.