1/31/00
COM1100 Winter2000 Yuhong Yin
10
Escape Sequence
nWhen a backslash(\) is used directly in front of a select group of characters, the backslash tells the computer to escape from the way these characters would normally be interpreted.
nFor this reason, the combination of a backslash and these specific characters are called escape sequence.
nWe have already encountered an example
nNew line escape sequence: \n