quakeforge/doc/gib/curly.gib

6 lines
78 B
Plaintext
Raw Normal View History

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