forked from xxq250/Nasal-Interpreter
✨ add import logic for use statement
This commit is contained in:
+3
-3
@@ -1,6 +1,6 @@
|
||||
import.test.md5_self;
|
||||
import.std.process_bar;
|
||||
import.std.file;
|
||||
use test.md5_self;
|
||||
use std.process_bar;
|
||||
use std.file;
|
||||
|
||||
srand();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user