例:
def list = ["foo"] cycle: for (element in list) { cycle: // 紛らわしいラベルの繰り返し element.chars().forEach { } }