aoqi@0: function (exports) { aoqi@0: exports.func = function() { aoqi@0: print("module.func called"); aoqi@0: } aoqi@0: } aoqi@0: module.func called