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

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

[Octave-bug-tracker] [bug #32598] Wishlist : More C-like multi-line bloc


From: Iain Murray
Subject: [Octave-bug-tracker] [bug #32598] Wishlist : More C-like multi-line block comments
Date: Fri, 11 Mar 2011 14:28:18 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.2.14) Gecko/20110218 Firefox/3.6.14

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

Currently

#{
  cos (1);
  sin (1); #}

works as does:

%{
  cos (1);
  sin (1); %}

For reference, neither works in Matlab. Suggestion: make the opening '#{'
comment marker easier to use as suggested (if it's easy), but make the '%'
comments be consistent with Matlab: force the '%}' to be on a line by itself.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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