RosettaCodeData/Task/Special-characters/00DESCRIPTION

11 lines
484 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
Special characters are symbols (single characters or sequences of characters) that have a "special" built-in meaning in the language and typically cannot be used in identifiers.
2013-04-11 01:07:29 -07:00
2016-12-05 22:15:40 +01:00
Escape sequences are methods that the language uses to remove the special meaning from the symbol, enabling it to be used as a normal character, or sequence of characters when this can be done.
;Task:
2013-04-11 01:07:29 -07:00
List the special characters and show escape sequences in the language.
See also: [[Quotes]]
2016-12-05 22:15:40 +01:00
<br><br>