octave-maintainers
[Top][All Lists]
Advanced

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

Re: Does Matlab accept this syntax?


From: Michael Goffioul
Subject: Re: Does Matlab accept this syntax?
Date: Thu, 23 Jan 2014 07:55:51 -0500

On Thu, Jan 23, 2014 at 7:32 AM, Серёжа Плотников <address@hidden> wrote:
No, it doesn't.
>> aa = clA
Error using clA
Error: File: clA.m Line: 3 Column: 8
Unbalanced or unexpected parenthesis or bracket. 

for the following @clA/clA.m:

classdef clA
  methods
    end(this, k, n);
  end
end

That's good. It would have been awkward to support this pattern in the parser...

Thanks,
Michael.


reply via email to

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