mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 13:11:20 +00:00
5 lines
No EOL
65 B
Text
5 lines
No EOL
65 B
Text
num = 4
|
|
while $num {
|
|
echo Number: $num
|
|
num = ($num - 1)
|
|
} |