Logo

Programming-Idioms

History of Idiom 153 > diff from v10 to v11

Edit summary for version 11 by Algorhythmus:
New Haskell implementation by user [Algorhythmus]

Version 10

2017-08-13, 01:00:40

Version 11

2017-09-12, 14:38:09

Idiom #153 Concatenate string with integer

Create string t as the concatenation of string s and integer i.

Idiom #153 Concatenate string with integer

Create string t as the concatenation of string s and integer i.

Extra Keywords
int concat
Extra Keywords
int concat
Code
t = s ++ show i