On 02.05.10 01:56, Yukihiro Matsumoto wrote: > The last evaluated expression in this case is "i < 3", so the loop > statement would have the return value of false value, even if it > would return the *last* value. So, shouldn't it return false then? [murphy]