__2*__ "two-times" ( x1 -- x2 ) \\ ||Forth79||Forth83||ANSI||Forth200x | | X | X | X \\ %%tabbedSection %%tab-english x2 is the result of shifting x1 one bit toward the most-significant bit, filling the vacated least-significant bit with zero. /% %%tab-deutsch x1 wird um ein Bit nach links geschoben und das ergibt x2. In das niederwertigste Bit wird eine Null geschrieben. Die Operation 2 * wirkt genauso. /% /%