Logo

Programming-Idioms

This language bar is your friend. Select your favorite languages!
  • Php
array_map(function($v) use ($_c) {
    return $v*$c;
}, $_elements);
for E of elements loop
   E := E * c;
end loop;

New implementation...
< >
Bzzzzzzzzz