Click the Green Flag to input a string. Turbo mode for warpspeed. For those who have no clue what this project's purpose is: Code Golf is programming challenge in which one tries to solve a problem with the smallest code possible. This usually requires creative ideas and exploitation of a language's mechanics. https://codegolf.stackexchange.com/
40 to 38: Saved 2 blocks thanks to @-Rex- This submission isn't anywhere near first place, but it doesn't use any lists for a bit of an added challenge. My plan was to use costumes to save on block count, but that strategy turned out to be quite inferior to a list-based solution. To save a few blocks, I used the "experimental" doForLoop block (see https://github.com/LLK/scratch-flash/blob/develop/src/Specs.as) Thanks to @Java_Programmer for running this challenge! Scratch is certainly no prime golfing language, but it has its fair share of avenues for impressive scripting.