Introducing Radical.sh

Forget Code launches a powerful code generator for building API's

import in JavaScript

<!--
    // imports the variables name, city and state from another script.
    // This makes those properties accessible to myObj.

    import myObj.name;
    import myObj.city;
    import myObj.state;
    -->