# I mean the code compiles and runs beautifully. # For extra proof: block outer: for i in 0..2000: for j in 0..2000: if i+j == 3145: echo i, ", ", j break outer elif i+j > 3145: echo "still runing" # https://play.nim-lang.org/#ix=4JjZ # This never echo's "still running"