print();
echo();
return
if (true) {
do_nothing();
}
then_do_anything _else();
print();
echo();
return
if (true) {
do_nothing();
}
then_do_anything _else();
print();
echo();
return
if (true) {
do_nothing();
}
then_do_anything _else();
var foo = function () {
return "hello world";
}
foo();
this is a very long line, that probably should not be that long, but what shall i do, it is waht it is, maybe next time i make a shorter one
var foo = function () {
return "hello world";
}
foo();
this is a very long line, that probably should not be that long, but what shall i do, it is waht it is, maybe next time i make a shorter one