import statements allow for functionality to be modularized and shared across multiple languages.

To differentiate between built in modules and user defined paths.

All built in modules are imported using wordsLoading...:

import * from whitespace;
import * from json;

While user defined modules are identified by using strings:

import * from "./my-language.well";