Logo

Programming-Idioms

  • JS
var s = i.toString();
var s = i + "";
S : String := Integer'Image (I);

New implementation...