Skip to content

Commit

Permalink
Workaround for JuliaLang#577
Browse files Browse the repository at this point in the history
  • Loading branch information
pao committed Mar 14, 2012
1 parent fd51447 commit b0e6fda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jl/string.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ string(s::String) = s

print(s::String) = for c=s; print(c); end
print(x...) = for i=x; print(i); end
print() = nothing
println(args...) = print(args..., '\n')

show(s::String) = print_quoted(s)
Expand Down

0 comments on commit b0e6fda

Please sign in to comment.