|
From: | Sergei Steshenko |
Subject: | Re: confusing "invalid use of end" message in octave-4.2.2 |
Date: | Wed, 15 May 2019 17:35:51 +0300 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 |
On 15/05/2019 17:25, Nicholas Jankowski
wrote:
Does Matlab at least mention the the function name is 'foo' ?
Anyway, to come to the conclusion that 'end' is used illegally the parser has to first scan symbol table(s) and find out that 'foo' is not present in it/them. I.e. it shouldn't be a problem to report 'foo' as unknown name - be it a variable or a function.
--Sergei. |
[Prev in Thread] | Current Thread | [Next in Thread] |