sS agiBlue_translateInSlice(S sliceID, S text) { ret join(mapCodeTokens(func(S word) -> S { or2(agiBlue_lookupInSlice(sliceID, word, "means"), word) }, javaTok(text))); }