HackerTrans
TopNewTrendsCommentsPastAskShowJobs

DanWaterworth

no profile record

comments

DanWaterworth
·11 ปีที่แล้ว·discuss
People having obscure knowledge never ceases to impress me.

(It's page 104 though ;P )
DanWaterworth
·13 ปีที่แล้ว·discuss
I haven't checked this, but I believe that:

    over location.x (+ 10) $ player1
Would be read as:

    (over location) . (x (+ 10)) $ player1
It looks like what you want is:

    over (location . x) (+ 10) $ player1