Help for this page

Select Code to Download


  1. or download this
    if (doSomething) {
        print "it worked";
    } else {
        print "oh no");
    }