Joined January 2013
·

Artem Koshelev

Moscow, Russia
·
·

Posted to Wishing you a multilingual Christmas over 1 year ago

F#

let Christmas, NewYear = "beer ", "more beer"
if Christmas + NewYear = "beer more beer" then printfn "festive hangover"
Posted to Case Insensitive Dictionaries in .Net over 1 year ago

Nice, thanks. Also, System.Collections.Specialized.StringDictionary is always case-insensitive, and actually keys are lowered before hashing.

Achievements
30 Karma
0 Total ProTip Views