!7 p-exp { new DerivedMechLists lists; // use general facts & parsing info BakedBot bot = new(lists); lists.setText("NL Logic Examples", [[ input(how many $faces are on a $rubiks_cube) && fact(a $rubiks_cube has $six $faces) => output($six) input(how many segments are on a face of a rubik's cube) => input(how many segments are on a {face of a rubik's cube}) ]]); lists.setText("Rule & Fact Lists", ""); lists.setText("Default active scripts", ""); for (S s : ll( "how many segments are on a {face of a rubik's cube}", "how many segments are on a face of a rubik's cube")) bot.pcheckOrPrintLog(s, "9"); }