tables_4.gm 92 B

12345678
  1. fruits = table ( "apple", "pear", "orange" );
  2. foreach ( frt in fruits )
  3. {
  4. print(frt);
  5. }