eachin.bmx 165 B

123456789
  1. Rem
  2. Specifies a BlitzMax collection type whose values are assigned sequentially to the For iterator.
  3. End Rem
  4. Local a[]=[0,5,12,13,20]
  5. for b=eachin a
  6. print b
  7. next