For example, we can use ${( ... )} which is now wrong syntax.
$ v=${( command ... )}
bash: ${( command ... )}: bad substitution
For example, we can use ${( ... )} which is now wrong syntax.
$ v=${( command ... )}
bash: ${( command ... )}: bad substitution