Logo

Programming-Idioms

History of Idiom 55 > diff from v40 to v41

Edit summary for version 41 by :
New Scala implementation by user [meshelton]

Version 40

2016-02-16, 20:28:42

Version 41

2016-02-16, 21:32:24

Idiom #55 Convert integer to string

Create the string representation s (in radix 10) of integer value i.

Idiom #55 Convert integer to string

Create the string representation s (in radix 10) of integer value i.

Code
val i = 5
i.toString