add import logic for use statement

This commit is contained in:
ValKmjolnir
2023-11-01 00:37:02 +08:00
parent 29b974c03b
commit 5b68701a95
42 changed files with 155 additions and 159 deletions
+2 -2
View File
@@ -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(){