Bug 20255 - Simple Loop Labeling
Monte Goulding
monte at appisle.net
Thu Aug 10 21:40:39 EDT 2017
> On 11 Aug 2017, at 11:38 am, Mark Wieder via use-livecode <use-livecode at lists.runrev.com> wrote:
>
> I would actually argue against this. For me, the useful part would be
>
> end if # some complicated condition
>
> Otherwise, making the user come up with a comment that basically says "some complicated condition" anyway, and doing all the maintentance you've described above sounds like a lot of work for very little gain.
OK but:
if some complicated condition then
else if some other complicated condition then
else if some yet again complicated condition then
else
end if # what do you put here?
More information about the use-livecode
mailing list