Help for this page

Select Code to Download


  1. or download this
    $foo[0] = 'bedrock';
    $foo[1] = 'slate';
    $foo[2] = 'lava';
    $foo[3] = 'schist';
    @foo = ();
    
  2. or download this
    @whatever = (); 
    $#whatever = -1;