Next: Compound Pre-Scheme data manipulation, Previous: Tail call optimization in Pre-Scheme, Up: Standard Pre-Scheme environment
Pre-Scheme provides basic bitwise manipulation operators.
Bitwise boolean logical operations.
Three ways to shift bit strings:
shift-left
shifts integer left by count,arithmetic-shift-right
shifts integer right by count arithmetically, andlogical-shift-right
shifts integer right by count logically.