octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #37467] Errors in 'm' files


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #37467] Errors in 'm' files
Date: Mon, 01 Oct 2012 17:24:44 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.11) Gecko/20100701 SeaMonkey/2.0.6

Follow-up Comment #11, bug #37467 (project octave):

function [ ret ] = foo()
   printf ("Hello!\n");
endfunction

Now, issuing
  foo
differs from
  run foo.m
in the sense that the latter doesn't emit any output:

octave-3.6.2.exe:1> edit foo.m
octave-3.6.2.exe:2> foo
Hello!
octave-3.6.2.exe:3> run foo.m
octave-3.6.2.exe:4>


(Octave-3.6.2_MSVC)
...so there's the next pitfall looming for unwary users / n00bs.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?37467>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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