mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #818 from mocamircea/patch-1
Update layout-of-source-files.rst
This commit is contained in:
commit
beb7e0219f
@ -23,7 +23,7 @@ At a global level, you can use import statements of the following form:
|
|||||||
|
|
||||||
import "filename";
|
import "filename";
|
||||||
|
|
||||||
...will import all global symbols from "filename" (and symbols imported there) into the
|
This statement imports all global symbols from "filename" (and symbols imported there) into the
|
||||||
current global scope (different than in ES6 but backwards-compatible for Solidity).
|
current global scope (different than in ES6 but backwards-compatible for Solidity).
|
||||||
|
|
||||||
::
|
::
|
||||||
|
Loading…
Reference in New Issue
Block a user