<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="font-family: Times; "><pre style="white-space: pre-wrap; "></pre></span><blockquote type="cite"><span class="Apple-style-span" style="font-family: Times; "><pre style="white-space: pre-wrap; ">On 2012-Mar-22 00:09 , Programmingkid wrote:
><i> Is there a way to add words to the end of a definition? If my word is declared like this:
</i>><i>
</i>><i> : myword
</i>><i>         firstWord
</i>><i>         secondWord
</i>><i> ;
</i>><i>
</i>><i> is there a way to append a word to the end of this word so it looks like this:
</i>><i>
</i>><i> : myword
</i>><i>         firstWord
</i>><i>         secondWord      
</i>><i>         thirdWord
</i>><i> ;
</i>
The usual way I'd do something like that if I had to patch a live system 
would be as follows:

ok : anotherWord secondWord thirdWord ;
ok patch anotherWord secondWord myword
ok</pre></span></blockquote><div>The patch word is an empty definition in OpenBIOS. What is it suppose to do? </div></body></html>