Help for this page
if (a != b) if (a != c) if (a != d) ... endif endif endif
next if a == b; next if a == c; next if a == d; ...
if (a == b) goto next_record; if (a == c) goto next_record; ...