mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-23 03:18:43 +08:00
📝 add notes in test files & use system("color") to use ANSI esc seq
This commit is contained in:
@@ -94,6 +94,7 @@ var map=func(){
|
||||
}
|
||||
}();
|
||||
|
||||
# enable unicode
|
||||
if(os.platform()=="windows")
|
||||
system("chcp 65001");
|
||||
map.new(80);
|
||||
|
||||
Reference in New Issue
Block a user