mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-26 21:08:45 +08:00
✨ add import logic for use statement
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
||||
# hexdump.nas by ValKmjolnir
|
||||
# 2021/8/13
|
||||
import.std.file;
|
||||
import.std.runtime;
|
||||
use std.file;
|
||||
use std.runtime;
|
||||
|
||||
# init
|
||||
var hex=func(){
|
||||
|
||||
Reference in New Issue
Block a user