Help for this page

Select Code to Download


  1. or download this
    for ( $var ) {
        $_ >= 10 and print "a";
    ...
        $_ >=  2 and print "i";
        $_ >=  1 and print "j";
    }