!7 p-exp { LS l = sortedCI(singleLinesOnly(gazelle_fromServer_allDistinctLines())); S text = escapeMultichars(lines(appendToAll(" | ", l))); print("Chars: " + l(text)); JTextArea ta = typeWriterTextAreaWithoutUndo(); //jTextAreaWithoutUndo(); showFrame(ta); time "Setting text" { setText(ta, text); } }