5 lines
39 B
Plaintext
5 lines
39 B
Plaintext
|
f() for i in 1 2 3; do
|
||
|
echo $i
|
||
|
done
|
||
|
f
|