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

mysqli - Php Mysqli_fetch_assoc Error : "Warning: Illegal string offset 'name' in" -

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

php - Hide Categories from WordPress Dashboard by ID and Custom Post Type -