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
}
}