!7

static L<S> lines;

p {
  S text = gunzipToText(#1008006);
  lines = trimToSize(dropFirst(toLines(text)));
  print(l(text) + " characters, " + l(lines) + " titles");
  print("Sorted? " + yn(isSortedList(lines)));
  print("Random entry: " + random(lines));
}