blob: 5c0621fa4bed06d667298b6cde801e273950d9a3 [file] [log] [blame]
undefined
5
undefined
WScript
print
console
f
a
a
undefined
a
function f() {
const x = 'a';
WScript.Echo(x);
if (1 > 0)
{
let x;
WScript.Echo(x);
}
WScript.Echo(x);
WScript.Echo(f);
}
undefined