function rep(text) {WScript.Echo(text + '(' + String.fromCharCode(34) + text + String.fromCharCode(34) + ');');} rep("function rep(text) {WScript.Echo(text + '(' + String.fromCharCode(34) + text + String.fromCharCode(34) + ');');} rep");