(This doesn't necessary relate to my previous question, but it's in the same ballpark.)
I'd like to be able to have (something like, modulo markup) this:
,defs = -a=b -c=d -e=f ...
foo ,defs -test=true
compile to:
<foo a="b" c="d" e="f" ? test="true"/>
Thanks.