3.0.304 • Published 7 years ago
implang v3.0.304
Imp
The Imp language 👿
Install
npm i -g implangTest
// test.imp
import './testpackage.imp';
testpackage("blue")// testpackage.imp
function hippo(color) {
console.log("I rode a " + color + " hippo!")
}
export hippo;