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

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

[Octave-bug-tracker] [bug #38653] matlab ... continuation sequence not s


From: Rik
Subject: [Octave-bug-tracker] [bug #38653] matlab ... continuation sequence not supported
Date: Wed, 19 Jun 2013 22:58:14 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:21.0) Gecko/20100101 Firefox/21.0

Follow-up Comment #5, bug #38653 (project octave):

It seems like Matlab is very obviously and explicitly turning everything after
the continuation marker '...' into a comment.  We probably should do the
same.

In the mean time, it is easy to workaround this and get the same behavior in
Octave by using '... %' so that the line is a continuation and the comment
character '%' causes Octave's parser to ignore the rest of the line.


S = 1 + 2 ... %anything after the ... is ignored
       - 2;



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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