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

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

[Octave-bug-tracker] [bug #63935] error during evaluation of conditional


From: A.R. Burgers
Subject: [Octave-bug-tracker] [bug #63935] error during evaluation of conditional in if
Date: Fri, 17 Mar 2023 08:23:53 -0400 (EDT)

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

A smaller bit of code that exhibits the issue:


if true(4,1) & true(4,1)
  disp('true');
end


which outputs on stable 8.x and dev 9.x


error: if: undefined value used in conditional expression
error: called from
    name_of_script_from_which_code_was_read at line 1 column 14




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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