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

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

[Octave-bug-tracker] [bug #49444] tilde output argument requires comma f


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #49444] tilde output argument requires comma for parsing
Date: Thu, 27 Oct 2016 16:40:22 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0

Follow-up Comment #7, bug #49444 (project octave):

I think the issue is that in other matrix list expressions,


[~ x]


is parsed as a negation expression so there is just one expression in the
list.  So a comma is required here if you wish to have them treated as two
separate items.  This is different from


[a b]


because in this case, two consecutive identifiers are parsed as two separate
expressions.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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