Compare two strings, but it's case sensitive. Press the green flag to start/restart.
This is just a demo showing case sensitive string comparison. Usually string comparison is case insensitive, so "TEST" would be equal to "test". In order to find if two characters are different, we can abuse costumes, and the fact that changing costumes is case sensitive. We can loop through all the letters, and see if each character has the same case.