Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!wuarchive!udel!haven.umd.edu!ni.umd.edu!uc780.umd.edu!cs450a03 From: cs450a03@uc780.umd.edu Newsgroups: comp.lang.apl Subject: RE: Graphics for J under X11 Message-ID: <24APR91.20363659@uc780.umd.edu> Date: 24 Apr 91 20:36:36 GMT References: <1991Apr24.183906.14541@jato.jpl.nasa.gov> Sender: usenet@ni.umd.edu (USENET News System) Organization: The University of Maryland University College Lines: 23 Nntp-Posting-Host: uc780.umd.edu Samuel Sirlin writes: >I noticed that comments in functions are tricky in J, requiring large >quantities of quotes, especially for contractions within comments. I >prefer lamp. You can get around some of those quotes with a construct like: +------------------------------ |$.=.start | | comments | |start) | Though you do have to follow quoting and spelling rules. (and maybe parenthization rules -- I haven't played around with this much, yet). You can get around the contraction problem by not using contractions, or using backquote, can`t you? Raul Rockwell