mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 07:42:18 +00:00
3 lines
44 B
Text
3 lines
44 B
Text
|
for num in 1 2 3 4 {
|
||
|
echo Number: $num
|
||
|
}
|