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

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

[Octave-bug-tracker] [bug #58323] '...' continuation marker causes parse


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #58323] '...' continuation marker causes parse error when executed with "run selection" in GUI editor
Date: Sat, 9 May 2020 11:35:45 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:77.0) Gecko/20100101 Firefox/77.0

Follow-up Comment #13, bug #58323 (project octave):

That sounds good to me.
Fwiw Matlab's output for F9'ing the following commands

a = 5
b = 1
a
3
b



looks like this:

>> a = 5
b = 1
a
3
b

a =

     5


b =

     1


a =

     5


ans =

     3


b =

     1


So it is basically a "disp" followed by an "eval" for the whole block.

But we don't have to follow exactly. What you outlined might be just as good.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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