DEBSOURCES
Skip Quicknav
sources / libnb-platform18-java / 10.0-2 / webcommon / javascript2.editor / test / unit / data / testfiles / formatter / if1.js.indented
1234567891011121314151617181920
if (x) // test "hello" else "neco" // test alert("a"); if (x) { "hello" } else { "neco" } if (true) a = 7