Help for this page

Select Code to Download


  1. or download this
      DB<130>  @array=a..c
     => ("a", "b", "c")
    ...
     
      DB<135> @array[0 .. -1 + int rand 1+ @array]
     => ("a", "b")