This example shows a sample expression converted to a string and demonstrates the round-trip back through parse
This example shows the difference between a sequence of strings and a single string.
This example shows that the value of p is not encoded in the non-dotm conversion
Note that s1 only encoded p, while s2 has more information. Reassign p so we can see what happens when the s2 statement is parsed and executed.
After parsing, the old value of p is restored
Some magic must be done to work around double-quotes inside strings