Expand a Bash variable. More information: https://gnu.org/software/bash/manual/bash.html#Shell-Variables.
echo ${{VARIABLE}}
${{VARIABLE}}
echo $?
echo $RANDOM
echo ${{PS0|PS1|PS2|PS3|PS4}}
command and run it. Same as enclosing command in backtics:$({{command}})
echo $#
echo ${array[@]}