We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8447b32 + 8d1331a commit 3da3ffeCopy full SHA for 3da3ffe
docs/assembly.rst
@@ -35,9 +35,9 @@ Example
35
-------
36
37
The following example provides library code to access the code of another contract and
38
-load it into a ``bytes`` variable. This is not possible with "plain Solidity" and the
39
-idea is that reusable assembly libraries can enhance the Solidity language
40
-without a compiler change.
+load it into a ``bytes`` variable. This is possible with "plain Solidity" too, by using
+``<address>.code``. But the point here is that reusable assembly libraries can enhance the
+Solidity language without a compiler change.
41
42
.. code-block:: solidity
43
0 commit comments