Shift right

From WikiManual
Revision as of 12:56, 11 August 2007 by MacadamiaNuts (talk | contribs) (New page: Picks the last two numbers in the stack and shifts right the first one's bits the amount specified by the second one. Shifting 1 by x returns zero unless x is 0. == Possible uses == -1...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Picks the last two numbers in the stack and shifts right the first one's bits the amount specified by the second one.

Shifting 1 by x returns zero unless x is 0.

Possible uses

-1 .shoot 1 *.refeye *.myeye sub ^ mult store

Will shoot whenever *.refeye and *.myeye are not equal.

100 .aimsx 1 *.eye5 ^ mult store

Will turn only when there isn't anything on focus.