Help for this page

Select Code to Download


  1. or download this
    $var_name_for_this = 'someSymbol';
    
  2. or download this
    pair = { :name, value }     # name quoted with :
    
  3. or download this
    $pair = { name => $value };  # name quoted with =>