!759 !include #1003797 // Thinker !include #1003816 // Solvers p { O mainProg = hotwire("#1003815"); L log = cast call(mainProg, "loadLog"); psl(log); // Test all previous lines adjective_debug = true; new Thinker thinker; GenTesting gt = thinker.makeGT(); gt.debugSingle(log, "adjective magic"); // Predict next line print(); print("PREDICTION: " + gt.callSingle(log, "adjective magic")); }