Help for this page

Select Code to Download


  1. or download this
      DB<125> $a=["A"]
     => ["A"]
    ...
     
      DB<128> @b= uniq @a
     => (["A"], ["B"])
    
  2. or download this
      DB<130> $h{$a}=5
     => 5
     
      DB<131> %h
     => ("ARRAY(0x96d1f00)", 5)