Example:
def list = ["foo"] cycle: for (element in list) { cycle: // confusing label repeat element.chars().forEach { } }