mob/verb/testcase(var/a as num, var/b as num)
#level ERROR
var/x // unused variable
#level ALL
try
x = a / b
catch ()
src << "Error: Wrong input"
Assuming that's something feasible to do.
But I don't need it at the moment.
Just if we start getting more warnings to "help" the developer.