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

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

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

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