mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-22 02:48:48 +08:00
✨ support nasal module
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
import.module.libsock;
|
||||
import.std.json;
|
||||
|
||||
var JSON = json.JSON;
|
||||
var socket = libsock.socket;
|
||||
|
||||
var gettime=func(){
|
||||
return split(" ",os.time())[1];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user