static S gMatchStart(S pat) { L log = gLog(); for (int i = l(log)-1; i >= 0; i--) if (matchStart(pat, log.get(i))) ret log.get(i); null; }