Optional "then" and "do"
- Posted by yuku <yuku at i?it?k.com> May 14, 2008
- 1157 views
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.