mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-22 02:48:48 +08:00
✨ add import logic for use statement
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import.std.dylib;
|
||||
import.module.libfib;
|
||||
use std.dylib;
|
||||
use module.libfib;
|
||||
|
||||
println(keys(libfib));
|
||||
libfib.test_ghost();
|
||||
|
||||
Reference in New Issue
Block a user