| Home Page | | | Project Status | | | Contribute | | | Guidelines and Information |
| Syntax: | x1 = bitwise_shift_left(x), ...
|
| Description: | Performs a bitwise shift to the left on x if it is an atom or every element of x if it is a sequence. |
| Status: | PROPOSED |
| Syntax: | x1 = bitwise_shift_right(x), ...
|
| Description: | Performs a bitwise shift to the right on x if it is an atom or every element of x if it is a sequence. |
| Status: | PROPOSED |