Help for this page

Select Code to Download


  1. or download this
      DB<109> @a=  map { int rand 100 } 1..10
     => (96, 10, 99, 9, 43, 8, 20, 85, 42, 26)
    ...
    
      DB<111> print minindex @a
    5
    
  2. or download this
      DB<114> @a=  map { int rand 100 } 1..10 => (22, 15, 27, 44, 70, 85, 
    +74, 93, 96, 14)
    
    ...
    
      DB<116> print minindex @a
    9