The command, echo $((1 + 1)); echo finished, prints 2; echo finished.
echo $((1 + 1)); echo finished
2; echo finished