Logo

Programming-Idioms

This language bar is your friend. Select your favorite languages!
  • Js
var s = i.toString();
var s = i + "";
S : String := Integer'Image (I);

New implementation...