|
|
|
|
|
by norhi999
1390 days ago
|
|
I don't get why they discarded for/while... as label1: __for/while... as label2: ___break label1 suggestion. It actually seems a good enough idea to implement that. And it's rather concise. I often need to break deep inner loops to outermost and doing it with flags is... strange. |
|