Loops/Continue: Difference between revisions

m
Update lang example: Improve control flow statements
(→‎{{header|Python}}: Python 2 -> Python 3)
m (Update lang example: Improve control flow statements)
Line 1,343:
$i += 1
if(parser.op($i % 5) === 0) {
fn.println($i)
168

edits