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

html - Cut text on left side inside button while centering -

plugins - CodeIgniter support on netbeans 8.0 -

php - Selecting items from MySQL for a status update feed efficiently while accounting for possible spam -