Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 812 Bytes

Reserved Keywords.md

File metadata and controls

18 lines (17 loc) · 812 Bytes

These keywords are reserved in Solidity. They might become part of the syntax in the future: after, alias, apply, auto, case, copyof, default, define, final, immutable, implements, in, inline, let, macro, match, mutable, null, of, partial, promise, reference, relocatable, sealed, sizeof, static, supports, switch, typedef, typeof, unchecked


Slide Screenshot

131.jpg


Slide Text

  • Keywords -> Reserved for Future
  • Current Syntax -> No
  • Future Syntax -> Maybe
  • E.g.: after, alias, apply, auto, case, null, etc
  • E.g.: unchecked in v0.8.0

References


Tags