🚀 add a new way to import other files:

`import("./stl/queue.nas");` now has same function as `import.stl.queue;`
This commit is contained in:
ValKmjolnir
2022-07-06 22:21:01 +08:00
parent b638708722
commit bd5044add2
14 changed files with 60 additions and 57 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import("module/libsock.nas");
import.module.libsock;
var http=func(){
var sd=nil;