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 - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -