1 2 3 4 5 6 7 8
//@version=6 // While loop with break var i = 0 while i < 10 if i == 5 break i := i + 1