From: MonkeeSage Date: 2007-12-28T04:44:58+09:00 Subject: Re: Add Array#first= and Array#last= to std lib On Dec 27, 1:38 pm, Sebastian Hungerecker wrote: > MonkeeSage wrote: > > IOW, #pop returns a value, and this is just what #last does. > > How is [] different in that regard? That only returns a value, too. > > -- > Jabber: sep...@jabber.org > ICQ: 205544826 Exactly. It's not... [] = 3 => syntax error... Regards, Jordan