In a Kotlin program, which lines can be marked with a label
Any program line can be marked with a label
Only the beginning of loops can be marked with a label
Any statement can be marked with a label
Any expression can be marked with a label