mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-03-07 19:51:51 +09:00
12 lines
161 B
JavaScript
12 lines
161 B
JavaScript
var testfun = function() { println("peekaboo!") }
|
|
|
|
exports = {greet}
|
|
|
|
/*
|
|
|
|
Try in your user program:
|
|
|
|
let m = require("A:/tvdos/include/example.js")
|
|
m.greet()
|
|
|
|
*/ |