mirror of
https://git.busybox.net/busybox
synced 2025-05-10 04:33:59 +02:00
Many other shells support this construct function old new delta parse_stream 2950 3018 +68 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
4 lines
39 B
Text
Executable file
4 lines
39 B
Text
Executable file
f() for i in 1 2 3; do
|
|
echo $i
|
|
done
|
|
f
|