mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
7 lines
213 B
JavaScript
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;
|