add import logic for use statement

This commit is contained in:
ValKmjolnir
2023-11-01 00:37:02 +08:00
parent 4757dd220a
commit ccbe341dc5
42 changed files with 155 additions and 159 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import.std.runtime;
use std.runtime;
var os_time=func(){
return "[\e[33;1m"~os.time()~"\e[0m] ";