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

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

[Octave-bug-tracker] [bug #54490] Order of evaluation in assignment expr


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #54490] Order of evaluation in assignment expression
Date: Sat, 11 Aug 2018 14:28:01 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:51.0) Gecko/20100101 Firefox/51.0 SeaMonkey/2.48

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

Matlab r2018b prerelease;

>> disp("Testing simple assignment:")
clear;
 a(k=1)  = (k=2);
k
Testing simple assignment:
  a(k=1)  = (k=2);
     ↑
Error: Incorrect use of '=' operator. To assign a value to a variable, use
'='. To compare
values for equality, use '=='.



The exampe to test in matlab won't work - AFAIK in matlab you can't define
functions on the command line.
Maybe in a script?


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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