Binary "Shift Left" operator?

Colin Holgate coiin at rcn.com
Tue Apr 29 12:51:55 EDT 2008


At 5:23 PM +0100 4/29/08, David Bovill wrote:
>Is there an equivalent in Rev - if not can anyone translate this to some
>basic math functions?

Shift left is the same as * 2. 31 << 3 would be the same as * 8.

What was it that you needed to achieve?




More information about the use-livecode mailing list