[OpenBIOS] Adding to a definition

Programmingkid programmingkidx at gmail.com
Thu Mar 22 05:09:26 CET 2012


Is there a way to add words to the end of a definition? If my word is declared like this:

: myword
	firstWord
	secondWord
;

is there a way to append a word to the end of this word so it looks like this:

: myword
	firstWord
	secondWord	
	thirdWord
;


More information about the OpenBIOS mailing list