This project is a mathematical project where it adds on your number, and it with the digits backwards, and stops when it is "reflective" (i.e. 45623342654). My reflective algorithm currently only works for numbers with an even number of digits. It will not run if not (can totally mess up data stream with non-integers.) Works better (I think, certainly faster) in turbo mode. NOTE: when the numbers start getting high, scratch estimates them, and the whole thing is ruined.
None.