mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-23 03:18:43 +08:00
✨ add import logic for use statement
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
import.std.json;
|
||||
import.std.process_bar;
|
||||
use std.json;
|
||||
use std.process_bar;
|
||||
|
||||
var ss = json.stringify({
|
||||
vec:[0,1,2],
|
||||
|
||||
Reference in New Issue
Block a user