p4nd4, not in B&W.

zoe and lustelumenya

Collecting a String


^.^---------------------------------------------------------------------------------------------------
	pencil "........................................................"
	pencil ".YOU ARE IN A LOOP NOW.  Do SOMETHING TO MOVE."
	pencil "CTRL-C to stop, RTN to move on, enter something, then RTN to test"
	pencil "018	018-COLLECT-INPUT.zoe"

^.^ 	018	018-COLLECT-INPUT.zoe
oh look ! 

	I define letter = ""
	zoe_pleaseInput letter
	letter, zoe_whichone?
	    zoe_Isee "a"
		pencil "You said a"
		zoe_exit ^.^ Exit!! Now!!

	    zoe_Isee "b"
		pencil "You said b"
		^.^ BTW Since there is no `zoe_exit` the next statements will also be tested
		^.^ Do Not Exit!! Pass-through the rest!!

		^.^ zoe_exit

	    zoe_Isee "A"
		pencil "You said A"
		^.^ zoe_exit

	    zoe_Isee "B"
		pencil "You said B"
		^.^ zoe_exit

	    zoe_ohIsee
		pencil "Oh! I see!!"

	zoe_oh_I_see

I see !




;