general cleanups. Removed lots of unused code and redundant error checks

This commit is contained in:
Francesco Cozzuto
2022-08-24 16:46:32 +02:00
parent 71e8a9e4cb
commit cd74dda4a9
29 changed files with 333 additions and 813 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
vars, err = import("imported.noja");
if vars == none: {
print("L'import è fallito!! (", err, ")\n");
print("Import failed!! (", err, ")\n");
return none;
}