Rotates (circular shifts) to left. (version 4.54 or later)
rotateleft <intvar> <intval> <count>
Rotates (circular shifts) <intval> <count> digits to left, and returns it in the integer variable <intvar>.
rotateleft b $80000000 4 sprintf '0x%08x' b messagebox inputstr '0x00000008'