octave-maintainers
[Top][All Lists]
Advanced

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

Re: use end or endif is indifferent?


From: Ardid Ramirez, Joan Salvador
Subject: Re: use end or endif is indifferent?
Date: Thu, 29 Nov 2018 15:27:37 +0000

El dijous, 29 de novembre de 2018, a les 10:24:09 EST, Nicholas Jankowski va 
escriure:

  On Thu, Nov 29, 2018 at 10:17 AM Luca Manzari <address@hidden> wrote:
  
  > Octave already treats whatever follows % as a comment, so nothing
  > prevents you from writing end%if or end%for already. Doing so makes for
  > code that is both Octave and Matlab compatible.
  >
  >
  it's compatible, but as mentioned earlier using end instead of endif loses
  Octave's 'advanced diagnostic abilities'.  end%if is still just end as far
  as Octave is concerned.  I can't imagine, though, the level of interpreter
  changes that would be required to have it selectively parse something that
  would otherwise be handled as a comment, and the number of false parses
  this could generate.


Fair enough :)




reply via email to

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