Yes, this is definitely a documentation oversight. I've opened an issue for it: https://github.com/JuliaLang/julia/issues/15693.
On Wed, Mar 30, 2016 at 9:01 AM, <[email protected]> wrote: > I believe that print (and println) can be used as follows: > > >print(io,"Highway ",61," Revisited") > > However, ?print demonstrates only the print(x) usage. Same for the manual. > No mentioning of the io or additional arguments. Did I miss something? > > /Paul S >
