[Developers] If clauses in schedule
Frank Loeffler
frank.loeffler at aei.mpg.de
Mon Apr 7 17:10:16 CDT 2008
On Mon, Apr 07, 2008 at 04:55:13PM -0500, Erik Schnetter wrote:
> In principle nothing. One would need to come up with a good syntax, ensure
> that the translation happens correctly, and then implement this. Would
> this feature be important to you?
I understood that some form of this translation is already implemented
for the while syntax. I assumed it would be easy to do the same for the
if statement as well.
It is not particularly interesting for me, but I feel that introducing
two different if statements could cause lots of confusion in the future.
Thus I thought instead of introducing a second 'if' statement we could
extend the current one such that it fulfilles the request. I could not
imagine lots of cases where the old behaviour would be changed by that
except by mistake anyway. And if there are really a few of those cases,
it might be worth adjusting them if we could avoid two different if
statements in the future.
Frank
More information about the Developers
mailing list