Feature Req: Have "Run Current Routine" support function expressions in JScript
Hi, I was wondering if it's possible to have TC's Run Current Routine support function expressions and not just function statements. function statement: function main() { } ...