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-leftshifts integer left by count,arithmetic-shift-rightshifts integer right by count arithmetically, andlogical-shift-rightshifts integer right by count logically.