Help for this page

Select Code to Download


  1. or download this
      DB<119> @a=a..e
     => ("a", "b", "c", "d", "e")
    
      DB<120> map [splice @a,0,3], 0..$#a/3
     => (["a", "b", "c"], ["d", "e"])