LDec

Left shift

A DclG n returns A shifted left from n bits (same as A multiplyed n times by 2).

 Example :  ldec( 0b00001101, 4 ) -> 0b11010000

 Syntax : < x > < < n > | dclg( x, n ) | ldec( x, n )

Converted with gtoh, © 24.06.1997 N. DARNIS