<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>


<< Search:

In Logical Words in TurboForth Kernal

Word Name: <<
Type: Standard word
Data Stack Signature: a count -- b
Return Stack Signature: --
Availability: V1.0  V1.1  V1.2
Description:

Shifts a count bits to the left, resulting in b.

Example:

none

Comment:

Bits shifted out of the most significant bit are discarded. Performs an arithmetic shift – i.e. the sign of the word (the most significant bit) is retained.

See Also: >> 

<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>