"<<" and ">>" bitwise operat
Posted: Fri Nov 05, 2010 3:16 pm
are "<<" and ">>" allowed in MOH scripting language? if not there is another way to do the same task of these operators??
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??