Help for this page

Select Code to Download


  1. or download this
    print "Welcome, Mr. President." if from_whitehouse.gov();
    
    instead of 
    
    launch_nukes() if found_file("/bin/laden");
    
  2. or download this
    run_program() unless user_is_idiot();
    
    open_file() or die;
    
  3. or download this
    print "Welcome, Mr. President"
    {
    ...
    #This can be bad. You have to read so many lines, get 
    #confused, then go back and figure out where the block 
    #began. Pain in the patukis.
    
  4. or download this
    if (expr)  {b()}