Comment on Most Pressed Keys and Programming SyntaxesparentComments−alextgordon15yAlso string and character literals. It's common to write something like if (c == '{') and not need to test for the matching one.
Comments
Also string and character literals. It's common to write something like
and not need to test for the matching one.