static L> ai_rulesTable() { L names = ai_possibleRuleNames(); new L> l; for (S name : names) l.add(litorderedmap( "Rule Name" := name, "Rule Text" := ai_ruleText(name) )); ret l; }