mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-11-18 10:09:33 +00:00
add shim for postpone
This commit is contained in:
parent
5eb24b6105
commit
9b3556a7fd
@ -20,3 +20,5 @@
|
||||
: sm/rem dup >r 2dup xor >r m/mod
|
||||
over IF r> 0< IF 1+ swap r> - swap ELSE rdrop THEN
|
||||
ELSE rdrop rdrop THEN ;
|
||||
|
||||
: postpone state @ IF [compile] [compile] ELSE compile THEN ; immediate
|
||||
|
Loading…
Reference in New Issue
Block a user