mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-23 11:28:45 +08:00
✨ using new cli parser
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
use std.runtime;
|
||||
|
||||
runtime.windows.set_utf8_output();
|
||||
|
||||
var table_character_set = [
|
||||
"─", "━", "│", "┃", "╌", "╍", "╎", "╏", "┄", "┅",
|
||||
"┆", "┇", "┈", "┉", "┊", "┋", "┌", "┍", "┎", "┏",
|
||||
@@ -83,6 +87,9 @@ var choice = func(above_block_char,
|
||||
append(possible, bcs);
|
||||
}
|
||||
}
|
||||
if (!size(possible)) {
|
||||
return " ";
|
||||
}
|
||||
|
||||
func() {
|
||||
if (vecindex(possible, " ")!=nil) {
|
||||
|
||||
Reference in New Issue
Block a user