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