2* "two-times" ( x1 -- x2 )


Forth79Forth83ANSIForth200x
X X X


x2 is the result of shifting x1 one bit toward the most-significant bit, filling the vacated least-significant bit with zero.
x1 wird um ein Bit nach links geschoben und das ergibt x2. In das nie­derwertigste Bit wird eine Null geschrieben. Die Operation 2 * wirkt ge­nauso.