[13:18]<robi42> oberhamsi: better than max. 140 chars here. ;) [13:19]<robi42> what i meant w/ the seq. stuff is, basically, the order is starting from the first element of the array till the last one then, right? [13:25]<oberhamsi> yeah [13:25]<oberhamsi> it is, i found a bug for rhino where that was fixed [13:26]<oberhamsi> also as robertg noted the whole array comprehension introduced in 1.7 would be worthless withouth [13:26]<oberhamsi> robi42: ^ [13:27]<robi42> good to know. thx for info. [13:29]<oberhamsi> no prob, i'm happy this works :) [13:30]<robi42> yep, enables one to code js in a somewhat more pythonic style. :) [13:32]<robi42> btw, in case anyone's interested (@hannes_): got ng's hibernate storage module semi-working w/ current state of storable impl. (i.e., the native java one) by now. still needs a little more work/time, tho. [13:38]<hannes_> robi42: cool!