To: Dan Grayson <dan@math.uiuc.edu>
From: Michael Stillman <mike@math.cornell.edu>
Subject: values in strings
Date: Wed, 8 Aug 2007 10:22:37 -0400

Here is a feature that appears in most scripting languages:

Inside some kinds of strings, values of variables can be inserted:

One could imagine something like:

///
<p>
Your ring is $R, and the value of
your polynomial is $((a+b)^3).
</p>
///



