(
for i in a b c
do
echo $i ?!AMP?!
cat <<-EOF ?!LOOP?!
done ?!AMP?!
for i in a b c; do
echo $i &&
cat $i ?!LOOP?!
done
)