fbf44854a3
Many other shells support this construct function old new delta parse_stream 2950 3018 +68 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
5 lines
39 B
Plaintext
Executable File
5 lines
39 B
Plaintext
Executable File
f() for i in 1 2 3; do
|
|
echo $i
|
|
done
|
|
f
|