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

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

[Octave-bug-tracker] [bug #35645] comma at the end of an assignment list


From: anonymous
Subject: [Octave-bug-tracker] [bug #35645] comma at the end of an assignment list
Date: Mon, 27 Feb 2012 21:40:49 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.46 Safari/535.11

URL:
  <http://savannah.gnu.org/bugs/?35645>

                 Summary: comma at the end of an assignment list
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mon 27 Feb 2012 09:40:48 PM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: None
             Assigned to: None
         Originator Name: Clemens Buchacher
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

This is ok in Matlab:

[x, u,] = max([1, 2]);

but octave gives a syntax error.

To illustrate better where this is useful:

[arg,...
 arg2,...
 arg3,...
 arg4,...
] = f();




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?35645>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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