- :integer
- or :nothing
shl
shift-left first value bits by second value
Parameters
shl value :integer :literal
bits :integerAttributes
| safe | check for overflows |
Returns
Examples
copyprint shl 2 3 ; 16
copya: 2 shl 'a 3 ; a: 16
shl value :integer :literal
bits :integer| safe | check for overflows |
copyprint shl 2 3 ; 16
copya: 2 shl 'a 3 ; a: 16