!7 p-exp { int n = 10000, count = 0; LS l = mL("Random facts"); S s = "I am a *"; twice { time { count = 0; repeat n { for (S x : l) if (match3(s, x)) ++count; } }} printBenchResult(n/l(l)); print(count); }