This example shows a sample expression converted to a string and demonstrates the round-trip back through parse
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
This example shows the difference between a sequence of strings and a single string.
>
|
|
>
|
|
| (6) |
This example shows that the value of p is not encoded in the non-dotm conversion
| (7) |
>
|
|
| (9) |
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.
| (10) |
>
|
|
After parsing, the old value of p is restored
Some magic must be done to work around double-quotes inside strings
>
|
|
| (14) |
>
|
|