User talk:Abathologist: Difference between revisions

From Rosetta Code
Content added Content deleted
(Remarked problem with current Haskell example.)
(No difference)

Revision as of 06:16, 13 February 2015

I'm afraid the current Haskell example (`putStrLn ("Hello" ++ "World")`) misses the point: it shows how to append one string onto another and print the result, not how to assign a variable and update it by prepending a string.