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

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

[Octave-bug-tracker] [bug #62552] In-place operator spacing works for 'i


From: Arun Giridhar
Subject: [Octave-bug-tracker] [bug #62552] In-place operator spacing works for 'i' and 'j', but not other variable names
Date: Tue, 31 May 2022 21:26:37 -0400 (EDT)

Follow-up Comment #3, bug #62552 (project octave):

It's not restricted to the increment operators though. The same behavior
happens for practically any binary operator.
https://octave.discourse.group/t/strange-behaviour-of-operator/2755/3

Test:

i = k = 0;
i +k
k +i



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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