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