mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Document \n, \xNN and \uNNNN
This commit is contained in:
parent
fefe9bdee7
commit
b881dbb292
@ -216,6 +216,8 @@ String Literals
|
||||
|
||||
String Literals are written with double quotes (``"abc"``). As with integer literals, their type can vary, but they are implicitly convertible to ``bytes1``, ..., ``bytes32`` if they fit, to ``bytes`` and to ``string``.
|
||||
|
||||
String Literals support escape characters, such as ``\n``, ``\xNN`` and ``\uNNNN``. ``\xNN`` takes a hex value and inserts the appropriate byte, while ``\uNNNN`` takes a Unicode codepoint and inserts an UTF8 sequence.
|
||||
|
||||
.. index:: enum
|
||||
|
||||
.. _enums:
|
||||
|
Loading…
Reference in New Issue
Block a user