This project sorts string alphabetical.
update: apparently it is possible to compare strings based on the alphabet with the comparision blocks, for expample ("a"<"b") would show "True" while ("ffdf"<"fasw) would show "False". That means that this project is basically useless since 90% of the code is unneccesary (I didn't know about it when I made the project).