How to use protected characters in a string (% i.e.)

julia> @printf "this code has failed in %.2f%%" fail_percentage
this code has failed in 10.00%

see: How to escape the % (percent) sign in C's printf - Stack Overflow

5 Likes