Somewhat small multi-base counter :) has 2 methods (1 = slow, 2 = fast): 1 : Does calculations manually and in the specified base 2 : Repeated division
The code isn't the smallest, but it works quite well :) Anything above 35 (sometimes 36) breaks method 1. I don't know why this happens, and i'm too lazy to fix it. Notes: ! 4 is the base 10 value The counter resets if you change bases