[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Backslash-newline escape as a line continuation rather than a newline?
- From: Duncan Cross <duncan.cross@...>
- Date: Sun, 4 Apr 2010 14:58:57 +0100
On Sun, Apr 4, 2010 at 8:13 AM, Shmuel Zeigerman <shmuz@013net.net> wrote:
> Henk Boom wrote:
>>
>> Just to show one use case, I use a module system where you start each
>> module with:
>>
>> require 'dokidoki.module'
>> [[ list, of, definitions, to, export ]]
>
> Sure, with every syntax change, some existing code needs to be fixed.
Not entirely true - if the change only makes code compile that didn't
used to, nothing needs to be fixed.
-Duncan