Search a list: Difference between revisions

(→‎{{header|J}}: move text from Search a list of records as suggested there)
Line 132:
i = 0;
while (i < l_length(l)) {
if (!compare(l_q_text(l, [i)], s)) {
break;
}
Anonymous user