Exiting

You may exit a word at any time using the word

EXIT
. For example:
		: halfway "hello" . EXIT "goodbye" . ; 	
	

Quiz

Question 1

Run the 
HALFWAY
program. Does "goodbye" print to the console? Can you explain? How would you amend
HALFWAY
so that it prints "goodbye" as well?



Next: Stack Words