Line 10 - LOOP is removed again. SmileBASIC does not have an equivalent to the UCASE$ function, but it's usually not necessary anyway. Since the condition was changed from WHILE to UNTIL, I inverted the comparison to check for when ANSWER$ does NOT contain a Y. Line 11 - Added a colon again.