.println(NTF("This is the formula shell. Quit with 'q' !!! If you get a NullpointerException, terminate your server!"));
System.out.println("Session.convertMime is " + LOTUS(Factory.getSession().isConvertMime() ? "enabled" : "disabled"));
//System.out.println("AST-Cache is " + LOTUS(cacheAST ? "on" : "off"));
//System.out.println("Iteration count is " + LOTUS(cacheAST ? "on" : "off"));
while ((line = reader.readLine("$> ")) != null) {
// if (line.startsWith("count")) {
// int p = line.indexOf('=');
// count = Integer.parseInt(line.substring(p + 1));
// System.out.println("Iteration count is set to: " + LOTUS(count));
// continue;