>>>>> "B" == Bulat Ziganshin <bulatz / integ.ru> writes: B> a = 1 B> { B> a = 2 # ruby prints warning - outer var used without explicit import This is a new language ? pigeon% ruby -e 'a = 1; { a = 2 }' -e:1: odd number list for Hash pigeon% Guy Decoux