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

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

[Octave-bug-tracker] [bug #63501] Problem with &&= and ||=


From: Rik
Subject: [Octave-bug-tracker] [bug #63501] Problem with &&= and ||=
Date: Sat, 10 Dec 2022 15:46:16 -0500 (EST)

Update of bug #63501 (project octave):

                Severity:              3 - Normal => 1 - Wish               
                Priority:              5 - Normal => 3 - Low                
              Item Group: Unexpected Error or Warning => Feature Request      
 
                 Release:                   7.2.0 => dev                    
        Operating System:       Microsoft Windows => Any                    

    _______________________________________________________

Follow-up Comment #1:

There is no support for using short-circuit operators (|| or &&) in an
in-place assignment (OPERATOR=) form.  Accordingly, I've marked this as a
feature request.

I'm not sure there will be much desire to change functionality here.  One,
there is no Matlab incompatibility because Matlab does not support the OP=
syntax.  Two, there is a simple workaround of "A = A OP B".


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63501>

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




reply via email to

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