Mike Gran skribis:
> The documentation needs to be clarified. The return used to
> be required
> back in Guile v1.6.x but now !# will terminate any block comment without
> a carriage return or line feed.
Yeah I may have introduced the change inadvertently when I refactored
the reader in the 1.8
David Michael skribis:
> 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".
Yes, reader.test even has this:
--8<
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
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
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
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
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 documentation needs to be updated, or
if t