mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-23 11:28:45 +08:00
✨ add import logic for use statement
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# this will cause error
|
||||
# import.b;
|
||||
# use b;
|
||||
|
||||
println("init a");
|
||||
var a = "hello";
|
||||
Reference in New Issue
Block a user