Language documentation | Contents | Index |
continue is used within looping structures to skip the rest of the current loop iteration and continue execution at the beginning of the next iteration. |
var i=0; |
Documented by Eduard Suica, generation time: Thu Oct 15 20:02:09 2009 GMT | (c)2009 RadGs Software |