Using double quotes.
$ var1="something is not right"
$ echo $var1
something is not right
$ echo "$var1"