[parenscript-devel] how to represent "bandInfos[1].highlight = true; "?

Kevin Layer layer at known.net
Thu Mar 6 22:17:46 UTC 2008


   (setf (.highlight (aref band-infos 1)) t)

almost does it, but adds ()'s:

   bandInfos[1].highlight() = true;

I've tried every permutation I can think of... thanks.

Kevin



More information about the parenscript-devel mailing list