I made a script to add a delay between lines when pasting multiple lines. There is one problem and it's that anything pasted gets evaluated.

I found something weird when trying to $eval() to stop that.

//echo -a $eval($version,0)
$version
//.timer 1 1 echo -a $eval($version,0)
7.19

The timer evaluates $version even though $eval(,0) was used. How can I get the timer to not evaluate $1- and would this be a bug?


http://scripting.pball.win
My personal site with some scripts I've released.