octave-maintainers
[Top][All Lists]
Advanced

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

Re: classdef syntax question


From: John W. Eaton
Subject: Re: classdef syntax question
Date: Wed, 17 Apr 2019 19:26:09 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1

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




reply via email to

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