🚀 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,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;