case 0:
ERROR e = new ERROR();
e.code = 911;
e.where = "current code at line "+program.getCurrent();
e.text = "Failed to process line >>> "+line;
e.moarText = new MultiString("The word "+SimString.rmAfter(line, '-')+" might be misspelled");
e.moarText.addL("no translations were found, you might want to check");
e.moarText.addL("for updates, or loading of your language file");
return 911;
}
return 0;