lsr(
<var>
,
<num1>
,
<num2>
)
Description
This calculates the result of
num1
>>
num2
and places the result in the specified variable.
Example
A = B >> 2:
lsr(A, B, 2)
Related information
lsl()
Mathematics