static Set whatIs(S concept) { ifdef LispAI new HashSet out; for (Lisp l : lispTruthByHead("fgvvrzypbkqomktd", "pggfeqzkqnezzfto")) if (eq(l.rawOrNull(1), concept) && l.isLeaf(0)) out.add(l.raw(0)); ret out; endifdef ifndef LispAI ret null; endifndef }