Re: Optional "then" and "do"
- Posted by Mike777 <anon4321 at g?ail.?om> May 14, 2008
- 1009 views
yuku wrote: > > I made changes to the parser.e so that the keyword "then" and "do" > is optional (if the coder wants that it is still accepted). > > Reasons: > > - Less typing > > - Prevent mistakes of writing if <expr> do and for <expr> then > which I did a lot of times (Kat too) > > If no real objection is made, I will commit it. I have no real objection and mild support. It would certainly save me from an error message or two in the future. And I'm not concerned about losing the help that the error checking provides. Mike