module
- Instance of
Description
Object containing information about current source file.
Example
console.writeLine(module);
/* Possible output:
21-06-2022 12:00:00 {
"name": "repl",
"filename": "repl.ez",
"path": "C:\\Easypt2\\library"
}
*/