mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Wrap numbers in backquotes
This commit is contained in:
parent
58f3aa8c28
commit
c5ae22db86
@ -174,8 +174,8 @@ hiding new and different behavior in existing code.
|
||||
|
||||
The function ``preincr_u8(1)`` returns the following values:
|
||||
|
||||
- Old code generator: 3 (``1 + 2``) but the return value is unspecified in general
|
||||
- New code generator: 4 (``2 + 2``) but the return value is not guaranteed
|
||||
- Old code generator: ``3`` (``1 + 2``) but the return value is unspecified in general
|
||||
- New code generator: ``4`` (``2 + 2``) but the return value is not guaranteed
|
||||
|
||||
.. index:: ! evaluation order; function arguments
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user