select; /* select first matching condition */ when (i = 4); do; statement(s) end; when (this = that) do; statement(s) end; when (string = 'ABCDE') do; statement(s) end; other do; statement(s) end; end;