quakeforge/doc/gib/curly.gib

6 lines
78 B
Plaintext

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