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

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

[Octave-bug-tracker] [bug #60882] error parsing command syntax


From: Rik
Subject: [Octave-bug-tracker] [bug #60882] error parsing command syntax
Date: Sat, 21 Aug 2021 17:50:24 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36

Follow-up Comment #38, bug #60882 (project octave):

I assume this is related, but I get an error for this code:


octave:2> myvar = 5
myvar = 5
octave:3> myvar .^2
error: myvar used as variable and later as function
octave:4> myvar .^ 2
ans = 25


In Octave 6.3 there is no error for the above code.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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