!7 p { ai_independentSmartBot(); for trigger to 8: { temp newThoughtSpace(); if (bitSet(trigger, 0)) post("a line beginning with \"was ist \"", "is", "in German"); if (bitSet(trigger, 1)) post("Standard function swic", "is", "safe to call"); if (bitSet(trigger, 2)) ai_setVars(litmap("#input", "Was ist die Zeit")); je_checkRule_debug.set(true); assertEquals(trigger == 0, je_checkRule(je_demoRule1())); } print("OK"); }