Espruino/tests/test023.js
Gordon Williams f3d6e0bc83 First commit
2013-09-26 14:39:04 +01:00

7 lines
213 B
JavaScript

// mikael.kindborg@mobilesorcery.com - Function symbol is evaluated in bracket-less body of false if-statement
var foo; // a var is only created automated by assignment
if (foo !== undefined) foo();
result = 1;