Help for this page

Select Code to Download


  1. or download this
    pugs> my %hash = ( "Zaphod" => 362, "Ford" => 1574, "Trillian" => 28 )
    +;
    pugs> %hash«Zaphod»;
    pugs.exe: <stdin>: hGetLine: end of file
    
    [D:\pugs\experiment]