forked from xxq250/Nasal-Interpreter
🚀 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,5 +1,5 @@
|
||||
# Road check and auto pilot by ValKmjolnir
|
||||
import("stl/fg_env.nas");
|
||||
import.stl.fg_env;
|
||||
|
||||
var dt=0.01;
|
||||
var intergral=0;
|
||||
|
||||
Reference in New Issue
Block a user