On Mon, 4 Aug 2003, John Walsh wrote: > (I presume that "anything that follows it" refers to spaces.) Correct.
> Thus neither of the following will work: > > abc def| gab CDE| % comments\ > FGA BC| ... > > abc def| gab CDE|\ % comments > FGA BC| ... Correct. %-Comments may not appear on a continued line. However, you can use inline comments instead: abc def| gab CDE| [N: comments] \ FGA BC| ... Groeten, Irwin Oppenheim [EMAIL PROTECTED] ~~~* Chazzanut Online: http://www.joods.nl/~chazzanut/ To subscribe/unsubscribe, point your browser to: http://www.tullochgorm.com/lists.html
