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

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

[Octave-bug-tracker] [bug #38579] Nested multiline comments not recognis


From: Rik
Subject: [Octave-bug-tracker] [bug #38579] Nested multiline comments not recognised correctly
Date: Sun, 24 Mar 2013 14:48:48 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:19.0) Gecko/20100101 Firefox/19.0

Follow-up Comment #1, bug #38579 (project octave):

A slightly easier to follow example which illustrates the same thing.


%{
  not run
  %{
    not run
  %}
  disp ('end 1st comment');
%}
disp ('end 2nd comment');



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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