forked from xxq250/Nasal-Interpreter
✨ add import logic for use statement
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
import.module.libkey;
|
||||
import.std.runtime;
|
||||
use module.libkey;
|
||||
use std.runtime;
|
||||
|
||||
var color=[
|
||||
"\e[31m","\e[32m","\e[33m","\e[34m","\e[35m","\e[36m",
|
||||
|
||||
Reference in New Issue
Block a user