|
|
|
|
|
by xkriva11
372 days ago
|
|
I tried do do it in a 16-bit JonesForth-based implemenetation and it required to rename JonesForth CREATE to CREATEHEAD, implement a primitive DODOES and then define these two words: : CREATE
WORD CREATEHEAD DODOES , 0 ,
; : DOES> IMMEDIATE
['] LIT , HERE @ 6 CELLS + , ['] LATEST , ['] @ , ['] >DFA , ['] ! , ['] EXIT |
|