mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-05-02 19:00:47 +08:00
✨ add import logic for use statement
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# coroutine.nas by ValKmjolnir
|
||||
# 2022/5/19
|
||||
import.std.process_bar;
|
||||
import.std.padding;
|
||||
use std.process_bar;
|
||||
use std.padding;
|
||||
|
||||
if(os.platform()=="windows"){
|
||||
system("chcp 65001");
|
||||
|
||||
Reference in New Issue
Block a user