Not on my machine
julia> print("hello");print("\rworld!")
world!Which operation system and which version of Julia are you running? 2014-04-23 10:00 GMT+02:00 RecentConvert <[email protected]>: > > I would like to periodically output a progress percentage but don't want a huge list of numbers cluttering the rest of the outputs. How can this be accomplished? > > print("hello") > print("\rworld") > > > This doesn't work because \r adds a new line. -- Med venlig hilsen Andreas Noack Jensen
