Logo

Programming-Idioms

This language bar is your friend. Select your favorite languages!
  • Ruby
elements.map { |el| el * c }

Constants start with a capital, so c would be C
for E of elements loop
   E := E * c;
end loop;

New implementation...
< >
Bzzzzzzzzz