string - How to print @ symbol in Ocaml -


i print symbol @ in ocaml omitted content. can body guide me solution this?

thanks!

i assume you're using printf or similar. "@" character has special meaning in format strings. literal "@" in string, use %@.


Comments

Popular posts from this blog

javascript - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

javascript - Chart.js - setting tooltip z-index -