Hash << (was RE: pushing hash)

table[“bar”]
==>{}
table
==>{“foo”=>{“x”=>1}}

Since <<= is assignment “foo” is added, but “bar” is not.

on the second thought, I like that. Very safe.


Nobu Nakada

kind regards -botp

···

nobu.nokada@softhome.net [mailto:nobu.nokada@softhome.net] wrote: