From: Yukihiro Matsumoto Date: 2004-11-30T08:32:04+09:00 Subject: Re: Another improved error message request Hi, In message "Re: Another improved error message request" on Tue, 30 Nov 2004 03:17:57 +0900, "DaZoner" writes: |It would be nice if this code: | |100.times | i | | puts i |end The point is that 100.times | i | puts is totally valid syntax. It is very hard for a parser to detect this type of error. If anyone comes up with an idea, please tell me. matz.