Hello,

Is the following an intended behavior? Undefined? A bug?

$ a[1]=2; declare -n ref=a[1]; echo $ref $((ref))
2 0

Thanks,

Daniel


Reply via email to