mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-26 21:08:45 +08:00
✨ add import logic for use statement
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
import.std.process_bar;
|
||||
import.std.runtime;
|
||||
use std.process_bar;
|
||||
use std.runtime;
|
||||
|
||||
var new_map=func(width,height){
|
||||
var tmp=[];
|
||||
|
||||
Reference in New Issue
Block a user