Help for this page

Select Code to Download


  1. or download this
    % perl -MO=Deparse -e 'print 2**30'
    print 1073741824;
    -e syntax OK