"<<" and ">>" bitwise operat
Moderator: Moderators
-
SilentAngel
- Captain
- Posts: 239
- Joined: Wed Mar 12, 2008 8:27 pm
"<<" and ">>" bitwise operat
are "<<" and ">>" allowed in MOH scripting language? if not there is another way to do the same task of these operators??
Re: "<<" and ">>" bitwise op
No (they would also be too low-level for a scripting language).SilentAngel wrote:are "<<" and ">>" allowed in MOH scripting language?
For integers, multiply or divide by two the intended number of timesif not there is another way to do the same task of these operators??
