public void installLibrary(String path) {
   String text = open(path);
   if (text != null) Interpreter.setAdditionalFunctions(text);
 }