<modifiers> <type> <names>;
<name> = <value>;
Name | Escape |
---|---|
Tab | \t |
Newline | \n |
Backspace | \b |
Single quote | \' |
Backslash | \\ |
Bell | (char)7 |
5+2*11?
[an error occurred while processing this directive]
height = 10; System.out.println("The cat " + (height > 10 ? "flew" : "sat") + " on the\b big\nmat");