Help for this page

Select Code to Download


  1. or download this
    {
        cat => "meow",
        cow => "moo",
        dog => "woof"
    }
    
  2. or download this
    {
        bird => "tweet"  # note missing comma
    ...
        dog => "woof"    # and here again
        pig => "oink"
    }