mirror of
https://github.com/forth-ev/VolksForth.git
synced 2025-08-09 15:24:59 +00:00
add lshift, rshift and 2over to ans-shim.fth
This commit is contained in:
@@ -7,3 +7,8 @@
|
||||
|
||||
: invert not ;
|
||||
|
||||
: lshift 0 DO 2* LOOP ;
|
||||
|
||||
: rshift 0 DO 2/ 32767 and LOOP ;
|
||||
|
||||
: 2over 3 pick 3 pick ;
|
||||
|
Reference in New Issue
Block a user