Recombine Tags And Decorations

Test Single Decoration
"Hello, World!" [0, 'str'] "Hello, World!"
Test Single Span
print "Hello, <World>!"; [0, 'kwd', 5, 'pln', 6, 'str', 14, 'tag', 21, 'str', 23, 'pun'] print "Hello, <World>!";
Test Interleaved
print "Hello, <World>!"; [0, 'kwd', 5, 'pln', 6, 'str', 14, 'tag', 21, 'str', 23, 'pun'] print "Hello, <World>!";

Last modified: Tue Mar 29 10:41:34 PDT 2011