mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
commit
398aff2ffd
@ -243,7 +243,7 @@ Since variables are stored on the stack, they do not directly
|
|||||||
influence memory or storage, but they can be used as pointers
|
influence memory or storage, but they can be used as pointers
|
||||||
to memory or storage locations in the built-in functions
|
to memory or storage locations in the built-in functions
|
||||||
``mstore``, ``mload``, ``sstore`` and ``sload``.
|
``mstore``, ``mload``, ``sstore`` and ``sload``.
|
||||||
Future dialects migh introduce specific types for such pointers.
|
Future dialects might introduce specific types for such pointers.
|
||||||
|
|
||||||
When a variable is referenced, its current value is copied.
|
When a variable is referenced, its current value is copied.
|
||||||
For the EVM, this translates to a ``DUP`` instruction.
|
For the EVM, this translates to a ``DUP`` instruction.
|
||||||
|
Loading…
Reference in New Issue
Block a user