<div>This works:</div>
<div> </div>
<div>   (ps (defvar :x 1)) => "var x = 1;"</div>
<div> </div>
<div>and so does this:</div>
<div> </div>
<div>  (ps x) => "x;"</div>
<div> </div>
<div>but this doesn't:</div>
<div> </div>
<div>  (ps :x)</div>
<div> </div>
<div>Attached is a simple patch to make this work for keywords. Is there any reason not to do this?</div>
<div> </div>
<div>Daniel</div>
<div> </div>
<div> </div>