quakeforge/doc/gib/continue.gib

6 lines
88 B
Plaintext
Raw Normal View History

for num in 1 2 3 4 {
if ($num == 3) {
continue
}
echo Number: $num
}