File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ that call them, similar to internal library functions.
35
35
36
36
.. note ::
37
37
Functions defined outside a contract are still always executed
38
- in the context of a contract. They still have access to the variable `` this ``,
39
- can call other contracts, send them Ether and destroy the contract that called them,
38
+ in the context of a contract.
39
+ They still can call other contracts, send them Ether and destroy the contract that called them,
40
40
among other things. The main difference to functions defined inside a contract
41
- is that free functions do not have direct access to storage variables and functions
41
+ is that free functions do not have direct access to the variable `` this ``, storage variables and functions
42
42
not in their scope.
43
43
44
44
.. _function-parameters-return-variables :
You can’t perform that action at this time.
0 commit comments