Bit operations

0 views
Skip to first unread message

Chris Double

unread,
Sep 26, 2007, 1:20:04 AM9/26/07
to The Vodka Language Discussion Group
Is there support, or can it be added, for left shift, right shift,
or, and, xor for manipulating bits in a number?

Chris.
--
http://www.bluishcoder.co.nz

tiark...@googlemail.com

unread,
Sep 26, 2007, 6:13:26 PM9/26/07
to The Vodka Language Discussion Group
There is no syntax for these operations yet. Adding the functionality
can easily be done by providing a layer of suitable Java methods (a
Vodka integer is just a java.lang.Integer).

- Tiark

Reply all
Reply to author
Forward
0 new messages