? term`a: ${term`b:c`}`
# value: term`a:
# b: c`
? term`${term`b:c`}:d`
# value: term`b: c:
# d`
These are different trees, but the output does not sensibly
distinguish them, nor does it parse.
--
Kevin Reid <http://switchb.org/kpreid/>