arithmetic-expansion.expect   [plain text]


(
	foo &&
	bar=$((42 + 1)) &&
	baz
>) &&
(
?!AMP?!	bar=$((42 + 1))
	baz
>)