Help for this page

Select Code to Download


  1. or download this
    foo = (1, 2, 3)
    bar = [1, 2, 3]
    
  2. or download this
    @foo = (1, 2, 3);
    $bar = [1, 2, 3];
    $baz = (1, 2, 3);
    @biz = [1, 2, 3];