Help for this page
if (...) { ...; last if ...; # cannot use C<last> with G<if> ...; }
if (...) { { ... ...; } }
if (...) {{ ...; last if ...; # same ...; }}