[OpenBIOS] Problem solved

Programmingkid programmingkidx at gmail.com
Sat Apr 3 01:44:26 CEST 2010


I finally figured out how to make my '{' word work the they I wanted it to. Here is my last update on this word:


: {	
	copyWordName
	postpone currentWordName
	begin
	parse-word dup 0>
	while
		2dup drop " }" comp  0=
		if exit then
		2dup drop " ;" comp 0=
		if false useTopStackValue !
		else currentWordAddr @ currentWordLen @ loadLocalVariable 
		then
	repeat
; immediate	





More information about the OpenBIOS mailing list