quakeforge/doc/gib/for.gib

3 lines
44 B
Plaintext

for num in 1 2 3 4 {
echo Number: $num
}