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