**CLICK THE GREEN FLAG TWICE** Sorry for the wait, I've been procrastinating at my current giant scratch project (so big that you cant share it lol) Did you know that Scratch only runs code at 30 fps? This can be extremely annoying for higher performance games. Luckily, this limit only comes into effect when certain types of blocks are present in the script. Without these, scratch code can run very fast. This program uses this to run a Fibonacci sequence algorithm at 30,000 terms per second completely without the aid of run without screen refresh blocks. #all #maths #fibonacci #sequence #calculator