exports.greet = function() { println("Hello, module!") } /* Try in your user program: let m = require("A:/tvdos/include/example.js") m.greet() */