forked from xxq250/Nasal-Interpreter
✨ add import logic for use statement
This commit is contained in:
+3
-3
@@ -1,6 +1,6 @@
|
||||
import.module.libkey;
|
||||
import.std.list;
|
||||
import.std.runtime;
|
||||
use module.libkey;
|
||||
use std.list;
|
||||
use std.runtime;
|
||||
|
||||
var game=func(x,y){
|
||||
rand(time(0));
|
||||
|
||||
Reference in New Issue
Block a user