Sign in
eclipse
/
gerrit
/
dltk
/
org.eclipse.dltk.javascript
/
fe491274f2e0b5f17f31f26dd4c90d085d4b65b0
/
.
/
tests
/
org.eclipse.dltk.javascript.formatter.tests
/
scripts.parser
/
block.js
blob: 02a92c622acec0a6eb2d2aa37b83b2b0690be6ea [
file
]
var
a
=
100
;
print
(
a
);
function
test
()
{
}
if
(
1
!=
0
)
x
=
false
;
else
{
x
=
true
;
}