What are you asking? You left off the end quote so you got an error.
echo statements can span multiple lines.
Code:
echo "These
are multiple
lines"
These
are multiple
lines
This would have worked:
Code:
echo "this is life
echo "now is the time"
echo "have we reached the end""