mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-23 11:28:45 +08:00
🚀 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:
+1
-1
@@ -1,4 +1,4 @@
|
||||
import("module/libsock.nas");
|
||||
import.module.libsock;
|
||||
|
||||
var http=func(){
|
||||
var sd=nil;
|
||||
|
||||
Reference in New Issue
Block a user