diff options
author | chriseth <chris@ethereum.org> | 2016-12-06 20:47:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-06 20:47:30 +0800 |
commit | b201e148fad222b1a1fe276211126305026e6168 (patch) | |
tree | 4723b8d84e48cf42cc652d3bd64abcdb5b81c0cb /docs/miscellaneous.rst | |
parent | 34327c5d8ae0cd949bb8848048f520e48c4ee651 (diff) | |
parent | d94fd636b7ce6f99a4c386b0ad0ba365fad10420 (diff) | |
download | dexon-solidity-b201e148fad222b1a1fe276211126305026e6168.tar dexon-solidity-b201e148fad222b1a1fe276211126305026e6168.tar.gz dexon-solidity-b201e148fad222b1a1fe276211126305026e6168.tar.bz2 dexon-solidity-b201e148fad222b1a1fe276211126305026e6168.tar.lz dexon-solidity-b201e148fad222b1a1fe276211126305026e6168.tar.xz dexon-solidity-b201e148fad222b1a1fe276211126305026e6168.tar.zst dexon-solidity-b201e148fad222b1a1fe276211126305026e6168.zip |
Merge pull request #1465 from ethereum/missing_keywords
document missing keywords
Diffstat (limited to 'docs/miscellaneous.rst')
-rw-r--r-- | docs/miscellaneous.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/miscellaneous.rst b/docs/miscellaneous.rst index 1754752d..e479d5f6 100644 --- a/docs/miscellaneous.rst +++ b/docs/miscellaneous.rst @@ -510,7 +510,7 @@ Reserved Keywords These keywords are reserved in Solidity. They might become part of the syntax in the future: -``abstract``, ``after``, ``case``, ``catch``, ``final``, ``in``, ``inline``, ``interface``, ``let``, ``match``, +``abstract``, ``after``, ``case``, ``catch``, ``default``, ``final``, ``in``, ``inline``, ``interface``, ``let``, ``match``, ``null``, ``of``, ``pure``, ``relocatable``, ``static``, ``switch``, ``try``, ``type``, ``typeof``, ``view``. Language Grammar |