Re: Block comment syntax

2014-08-06 Thread Taylan Ulrich Bayirli/Kammer
David Michael writes: > Hi, > > The block comment documentation[1] claims that the closing "!#" must > appear on its own line, but this doesn't actually seem to be the > case[2]. For example, the line "(display #! comment !# 1)" > successfully outputs "1". > > Can anyone clarify whether the docu

Re: Block comment syntax

2014-08-06 Thread Marko Rauhamaa
Taylan Ulrich Bayirli/Kammer : >> The block comment documentation[1] claims that the closing "!#" must >> appear on its own line, but this doesn't actually seem to be the >> case[2]. For example, the line "(display #! comment !# 1)" >> successfully outputs "1". >> >> Can anyone clarify whether the

Re: Block comment syntax

2014-08-06 Thread Mike Gran
On Tuesday, August 5, 2014 7:04 PM, David Michael wrote: > > >Hi, > >The block comment documentation[1] claims that the closing "!#" must >appear on its own line, but this doesn't actually seem to be the >case[2].  For example, the line "(display #! comment !# 1)" >successfully outputs "1". > >Ca

Re: Block comment syntax

2014-08-06 Thread David Michael
On Wed, Aug 6, 2014 at 2:19 PM, Mike Gran wrote: > > On Tuesday, August 5, 2014 7:04 PM, David Michael > wrote: >> >> >>Hi, >> >>The block comment documentation[1] claims that the closing "!#" must >>appear on its own line, but this doesn't actually seem to be the >>case[2]. For example, the li