Welcome, Guest. Please login or register.

Author Topic: BlitzMax :+ operator  (Read 2789 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline SamuraiCrow

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2281
  • Country: us
  • Gender: Male
    • Show all replies
Re: BlitzMax :+ operator
« on: September 12, 2007, 06:43:50 PM »
@IonDave

Isn't that last one a Java operator?  I think an arithmetic shift right is implied if the data type being shifted is signed and logical shift right is implied if the data type is unsigned.