Sign in
◑
Theme
eclipse
/
dltk
/
org.eclipse.dltk.javascript
/
17b8421ce74e64a5522cf3a4f90b2198958d7c1d
/
.
/
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
;
}