Logo

Programming-Idioms

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

New implementation...