I am not really certain how it would even be done in Nim. The for/while loop doesn't have an innate label to `jmp` to. Shell uses `continue ` to jump to the top of the Nth loop (for or while). And C just let's you arbitrarily define labels to `jmp` to using `goto`. `break