octave-maintainers
[Top][All Lists]
Advanced

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

Re: Error with test script


From: Rik
Subject: Re: Error with test script
Date: Sat, 30 Aug 2014 19:23:47 -0700

On 08/29/2014 11:58 PM, address@hidden wrote:
Subject:
Octave becoming too MATLAB compatible ?
From:
Ulf Griesmann <address@hidden>
Date:
08/29/2014 01:21 PM
To:
address@hidden
List-Post:
<mailto:address@hidden>
Content-Transfer-Encoding:
8bit
Precedence:
list
MIME-Version:
1.0
Message-ID:
<address@hidden>
Content-Type:
text/html; charset=utf-8
Message:
2


I am sure the following script used to work in Octave:

-----------------------
# test script
say_hello;

function say_hello
    fprintf('Hello !\n');
endfunction
-------------------------

Now I get the following error in both 3.8.2 and the development version:

octave:1> testscript
error: 'say_hello' undefined near line 5 column 1
error: called from:
error:   /home/ulfg/Octave/testscript.m at line 5, column 1
octave:1>

I don't know if this is a bug or intentional.

I don't think this was ever legal in Octave.  I just tested with versions 3.2.4, 3.4.3, 3.6.4, 3.8.0 and they all give the same error as with 3.8.2.

--Rik


reply via email to

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