mirror of
https://git.busybox.net/busybox
synced 2025-05-13 14:14:01 +02:00
function old new delta arith_apply 1134 1143 +9 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
6 lines
64 B
Text
Executable file
6 lines
64 B
Text
Executable file
exec 2>&1
|
|
a='b=10'
|
|
b=3
|
|
echo 10:$((a,b))
|
|
echo "a=$a"
|
|
echo "b=$b"
|