mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-08 04:01:51 +09:00
10 lines
149 B
JavaScript
10 lines
149 B
JavaScript
exports.greet = function() { println("Hello, module!") }
|
|
|
|
/*
|
|
|
|
Try in your user program:
|
|
|
|
let m = require("A:/tvdos/include/example.js")
|
|
m.greet()
|
|
|
|
*/ |