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
Post a Comment