arith-comma1.tests 64 B

123456
  1. exec 2>&1
  2. a='b=10'
  3. b=3
  4. echo 10:$((a,b))
  5. echo "a=$a"
  6. echo "b=$b"