Help for this page

Select Code to Download


  1. or download this
    $i = $i++;               #
    #print "\n";             # This is a noop.. effectively being 0.
    ...
    print "Test  10 will equal: $i\n";       #
    
    print "\n";