예:
def list = ["foo"] cycle: for (element in list) { cycle: // 혼란스러운 라벨 반복 element.chars().forEach { } }