Logo

Programming-Idioms

This language bar is your friend. Select your favorite languages!
  • Dart
items.forEach(doSomething);
for Item of Items loop
   Do_Something (Item);
end loop;

New implementation...