I want to break for loop but I want to continue in my repeat loop my code structure is:
repeat{ for{ if(stop condition){ break(?) } } }