On Mon, 20 Jun 2011 02:48:30 +, Charles McAnany wrote:
> Hi, all. I'm looking for a way to make constants that have methods
> without a lot of overhead. In particular, a way to define a Direction
> and then be able to rotate it right. Here's kind of what I have in mind:
>
> enum Direction{
>
On 2011-06-19 19:48, Charles McAnany wrote:
> Hi, all. I'm looking for a way to make constants that have methods
> without a lot of overhead. In particular, a way to define a
> Direction and then be able to rotate it right. Here's kind of what I
> have in mind:
>
> enum Direction{
> left, right, u