octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Continuation lines


From: c.
Subject: Re: Continuation lines
Date: Wed, 3 Apr 2013 12:47:27 +0200

On 3 Apr 2013, at 09:26, address@hidden wrote:

> When was the behavior described in the bug report
> 
>   http://savannah.gnu.org/bugs/?38653
> 
> introduced in Matlab?  Has it always allowed arbitrary text after a
> continuation marker (...) or is that a recent change?

I don't know when exactly it has been introduced but it is not recent.
The oldest Matlab I have access too is version 7.5.3
which seems to understand that syntax:

>> S = 1 + 2 ... anything after the ... is ignored
       - 2;
>> version

ans =

7.5.0.338 (R2007b)

c.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]