Help for this page

Select Code to Download


  1. or download this
    h = {"one"=>1, "two"=>2, "three"=>3 }
    h["four"] = 4
    
  2. or download this
    %h = (one=>1, two=>2, three=>3);
    $h{four} = 4;