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

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

[Octave-bug-tracker] [bug #53359] evalin overwrites ans in the caller wo


From: Ceral Paquet
Subject: [Octave-bug-tracker] [bug #53359] evalin overwrites ans in the caller workspace
Date: Fri, 16 Mar 2018 09:48:10 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0

Follow-up Comment #1, bug #53359 (project octave):

Just to confirm the case where evalin is not assigned.

function test_evalin()
evalin('caller','sqrt(11);');

MATLAB
++
>> ans=1; test_evalin; ans
ans =
    3.3166
--

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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