Help for this page

Select Code to Download


  1. or download this
    do 'many', 'things', 'now' if $ready and $set and $prepared;
    
  2. or download this
    $ready and $set and $prepared and do 'many', 'things', 'now';
    
    $ready and $set and $prepared? do 'many', 'things', 'now' :()  ;