🐛 fix segfault in var x = (var a,b) = (1,2)

This commit is contained in:
ValKmjolnir
2023-08-20 16:48:53 +08:00
parent ad17202d54
commit e60a1c3e57
2 changed files with 15 additions and 4 deletions
+1
View File
@@ -13,6 +13,7 @@ var content = [];
var log_cache = "";
println("Nasal: This is experimental REPL");
println("Tips : \";\" is automatically added at the end of the input line.");
help();
var count_bracket = func(line) {