0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-03-02 15:22:11 +00:00
quakeforge/doc/gib/curly.gib
2003-02-21 21:33:36 +00:00

5 lines
78 B
Text

function hello {
for word in "hello" "world" {
echo $word
}
}