|
|
..
|
quote in a string example
Output "Put a quote ('\"') inside a character string by "
Outputln "placing a backslash ('\\') before the quote"
Outputln " ... and ..."
Output "Put a backslash inside a character string by "
Outputln "placing two backslashes together."
|
|