Is there a deeper sense I dont get why continue always jumps to the start of a while loop even when itīs used inside a for loop?
Did you just forget to implement it?

Howeva, would be cool if you fix that.

EDIT: ARGH, was my mistake I didnt consider that 'i' will be incremented irrespective of the continue when I use the standard for loop: for(i=0;i<x;i++)
sorry^^