Asko Kauppi wrote:
It is curious that the number of times I have missed 'continue' exceeds the number of times I've needed 'repeat' (which is 0).Just to level out the average value of 'continue' users, I've never used it in any language :-) (though I'll concede that not using 'continue' in a relatively slow language may have a performance cost)
Enrico