March 2018
Beginner to intermediate
656 pages
20h 9m
English
Import in Solidity allows the importing of symbols from the existing Solidity files into the current global scope. This is similar to import statements available in JavaScript, as for example, in the following:
import "module-name";