Logo

Programming-Idioms

  • Ruby
  • Haskell
let s = show i
s = i.to_s
S : String := Integer'Image (I);

New implementation...