will just print xxxxxx in the output. If the text contains variables which are preceded by a dollar ($), these are replaced by their actual values, e.g.
r=2.1 text,Results for R=\$r
will print
Results for R=2.1