Next: Integer Division, Previous: Converting Integers, Up: Integer Functions [Index]
Set rop to op1 + op2.
Set rop to op1 - op2.
Set rop to op1 times op2.
Set rop to rop + op1 times op2.
Set rop to rop - op1 times op2.
Set rop to op1 times 2 raised to op2. This operation can also be defined as a left shift by op2 bits.
Set rop to -op.
Set rop to the absolute value of op.
Next: Integer Division, Previous: Converting Integers, Up: Integer Functions [Index]