+ 2
How do I print a line with an apostropie in it?
I'm trying to make it print I'll but it just ends the line at I.
3 Answers
+ 5
Put a \ in front of it. It's an escape char.
Example:
"I\'ll have pepperoni on my pizza! Thanks!"
(yes, I'm hungry.... :( )
+ 1
đ
0
u can type backslash "\" before of apostrophes



