Logo

Programming-Idioms

This language bar is your friend. Select your favorite languages!
  • Smalltalk
items do: [:x | x doSomething]
for Item of Items loop
   Do_Something (Item);
end loop;

New implementation...