!7 p-exp { Class bot = hotwireDependentSharingClasses(#1017706, VirtualMechLists); setOpt(bot, mechLibID := null); O mechMode = call(bot, 'mechMode); print("Have mechMode: " + sfu(mechMode)); new SimpleMechLists lists; lists.verbose = true; lists.setText("NL Logic Examples", [[ input(Working?) => output(Sure) ]]); set(mechMode, readMode := lists); runMain(bot); /*mechMode = call(bot, 'mechMode); print("Have mechMode: " + sfu(mechMode));*/ assertEqualsVerbose("Sure", printIndent(callAnswerMethod(bot, "working"))); }