[OpenBIOS] Help with creating a word

Tarl Neustaedter tarl-b2 at tarl.net
Tue May 25 23:19:17 CEST 2010


>
> I need to make a word that can define another word.
>    

You're probably better off using a string and doing an "eval" of it.

E.g.:

: createword
" : myword stuff ;" eval
;




More information about the OpenBIOS mailing list