forth

 replace the order list with the system default list

Stackeffects

( -- )
R( -- )

Definition

: forth
   get-order    swap    drop    forth-wordlist    swap    set-order
;

Used by