static int ai_shortenForIndex_maxLength = 100; static S ai_shortenForIndex(S text) { ret shorten(text, ai_shortenForIndex_maxLength); } ifclass Symbol static Symbol ai_shortenForIndex(Symbol text) { ret shortenSymbol(text, ai_shortenForIndex_maxLength); } endif