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

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

[Octave-bug-tracker] [bug #64903] Command window may not accept mutliple


From: Liang Tang
Subject: [Octave-bug-tracker] [bug #64903] Command window may not accept mutliple line comments
Date: Thu, 16 Nov 2023 12:34:31 -0500 (EST)

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

                 Summary: Command window may not accept mutliple line comments
                   Group: GNU Octave
               Submitter: lt1234
               Submitted: Thu 16 Nov 2023 05:34:29 PM UTC
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: lt1234
        Originator Email: 
             Open/Closed: Open
                 Release: 8.2.0
         Discussion Lock: Any
        Operating System: Microsoft Windows
           Fixed Release: None
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Thu 16 Nov 2023 05:34:29 PM UTC By: Liang Tang <lt1234>
Octave used to accept multiple line comments in command window as matlab
always does.   The example below shows the error when the multiple line
comments are grouped with other statement/command.  Thanks.  


for ii=1:1
%{        
%} 
end 

>> for ii=1:1
%{
%}
>> end
error: parse error:

  syntax error

>>> end
      ^
>>







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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