if (...) { ...; last if ...; # cannot use C with G ...; } #### if (...) { { ...; last if ...; # can use C with a bare block ...; } } #### if (...) {{ ...; last if ...; # same ...; }}