Example of the WHILE Command


DEFINE-NEW-INSTRUCTION go-to-beeper AS
BEGIN
	WHILE not-next-to-beeper DO
		move;
END


DEFINE-NEW-INSTRUCTION clear-corner-of-beepers AS
BEGIN
	WHILE next-to-beeper DO
		pickbeeper;
END




Back to Previous Page

Document:
Local Date:
Last Modified On: