I'm not sure what you are talking about, I was talking about writting a script which would make use of pretty much anything in the language, which would check if everything is working as expected, like:
Code:
alias testing {
if ($gettok(a b c d,2,32) != b) echo -a #1 error
else echo -a #1 success
if ($mid(a b c d,3,32) != b) echo -a #2 error
else echo -a #2 success
join #test_recursion
}
alias join {
join $$1
:error
if (!$error) echo -a #3 error
else echo -a #3 succces
reseterror
}
This would have caught the recursion problem when it was introduced


#mircscripting @ irc.swiftirc.net == the best mIRC help channel