Where are control flow labels fully documented?

The documentation of @label is rather sparse. I am looking for a comprehensive list of

  1. which forms can be preceded by @label my_label (apparently begin, for, what else?)

  2. which forms accept labels (eg break and @goto, what else?)

Ah, silly me, the feature is not even in 1.13, master documents is properly.

Sorry for the noise, I was working in nightly and reading the 1.12 docs :man_facepalming: