以下の例は garbage collector からのもので、 ワードリストを使用してパブリック・ワードとヘルパー・ワードを分離しています:
get-current ( wid )
vocabulary garbage-collector also garbage-collector definitions
... \ define helper words
( wid ) set-current \ restore original (i.e., public) compilation wordlist
... \ define the public (i.e., API) words
\ they can refer to the helper words
previous \ restore original search order (helper words become invisible)