implang
v3.0.304
Published
The Imp language.
Downloads
28
Readme
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;