11 lines
78 B
JavaScript
Raw Normal View History

2016-05-10 18:05:29 -05:00
function test() {
"test";
"1";
"2";
"3";
if ("test") {
"5";
}
"4";
2016-05-10 18:05:29 -05:00
}