octave-maintainers
[Top][All Lists]
Advanced

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

Re: classdef syntax question


From: Andrew Janke
Subject: Re: classdef syntax question
Date: Thu, 18 Apr 2019 00:00:20 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:60.0) Gecko/20100101 Thunderbird/60.6.1


On 4/17/19 7:26 PM, John W. Eaton wrote:
> On 4/17/19 6:31 PM, Andrew Janke wrote:
>> You can use "..." continuations in it just like any other Matlab line of
>> code, and AFAIK they can break the line anywhere, same as other Matlab
>> code lines.
> 
> Thanks.  So
> 
>   classdef CLASSNAME ...
>      < SUPERCLASS
> 
> and variations of that would be allowed but not
> 
>   classdef CLASSNAME
>     < SUPERCLASS
> 
> ?
> 
> That's what Octave should also allow now.
> 
> jwe
> 

I believe that is corret.

Andrew



reply via email to

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