Just ran across this one:

(ps (let ((abc (@ x :abc)))
              (funcall abc)))

=>

"var abc901 = x.abc;
abc();"

Daniel