Logo

Programming-Idioms

History of Idiom 55 > diff from v54 to v55

Edit summary for version 55 by Dodopod:
New Scheme implementation by user [Dodopod]

Version 54

2017-03-24, 20:29:43

Version 55

2017-06-07, 16:00:53

Idiom #55 Convert integer to string

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

Illustration

Idiom #55 Convert integer to string

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

Illustration
Extra Keywords
int base radix conversion
Extra Keywords
int base radix conversion
Code
(define s (number->string i))