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

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

[Octave-bug-tracker] [bug #60890] parse error / syntax error for any val


From: anonymous
Subject: [Octave-bug-tracker] [bug #60890] parse error / syntax error for any valid script
Date: Tue, 6 Jul 2021 15:38:44 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36

URL:
  <https://savannah.gnu.org/bugs/?60890>

                 Summary: parse error / syntax error for any valid script
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Tue 06 Jul 2021 07:38:42 PM UTC
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Unexpected Error or Warning
                  Status: None
             Assigned to: None
         Originator Name: John Thomas
        Originator Email: johnthomas70333@gmail.com
             Open/Closed: Open
                 Release: 6.2.0
         Discussion Lock: Any
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

(most likely) bug#60882
GNU Octave is showing error for any valid script. A certain script was working
fine earlier today. Now the same script shows error. The following is a simple
example:

_script: (saved as a.m in C:\Users\HP\)_

x1 = [1, 2, 3];
x2 = [4, 5, 6];
y = x1 + x2

_result:_

>> a

error: parse error near line 1 of file C:\Users\HP\a.m

  syntax error

@~@@N@k@^@k@^
    ^
>>





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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