i've been fooling around with the $mod command trying to make it display the percentage of time_elapsed / time_total (both in seconds) and i've discovered that the modulus command, $mod(x,y), just outputs x.
i've been using $mod to figure out filesizes (the 3 digits after the decimal). it outputs a number (that isn't x) but i just checked the math and it's wrong.
what's up with the $mod command?
