JustOS/busybox-1_37_0/shell/ash_test/ash-arith/arith-comma1.tests

7 lines
64 B
Plaintext
Executable File

exec 2>&1
a='b=10'
b=3
echo 10:$((a,b))
echo "a=$a"
echo "b=$b"