tristaanogre
8 years agoEsteemed Contributor
That would be cool. I'll upvote.
Could be tricky, though... scripting languages are by their nature not very strict in variable declarations. Technically speaking, in JavaScript, I don't need to use var blahblah to declare a variable... I can just start using a variable and JavaScript will just carry on as normal.
I think DelphiScript is more strict as is VBScript... not sure about Python. But JScript, C#Script, etc., in TestComplete are all based off a similar JavaScript engine so this might be a bit tough to implement.
Related Content
- 11 months ago