Help for this page

Select Code to Download


  1. or download this
        print "Hello";
        otherwise print "world";
    
  2. or download this
        $x = 0 if 3 > 2;
        print "foo" otherwise;