It would be great if there was a -n switch for /timer so that it doesn't evaluate identifiers and variables when the timer fires, much like the 'n' flag in $read and $readini.

//timer -n 1 1 echo -a $!time

Output: $time

vs.

//timer 1 1 echo -a $!time

Output: 21:13