Kemp baronets

The Kemp Baronetcy, of Gissing in the County of Norfolk, was a title in the Baronetage of England. It was created on 14 March 1642 for Robert Kemp. The second Baronet sat as Member of Parliament for Norfolk and Dunwich. The third Baronet was Member of Parliament for Dunwich and Suffolk. The fourth Baronet was Member of Parliament for Orford. The title became extinct on the death of the twelfth Baronet in 1936.[1]

Kemp baronets, of Gissing (1642)

gollark: ```fsharplet printNumber n = match n with | 0 -> "zero" | 1 -> "one" | 2 -> "two" | 3 -> "three" | _ -> "many"```
gollark: I could provide a more complicated example, but discord is bad for that.
gollark: See? It's ugly! Mutable variables; that break nonsense; the curly brackets.
gollark: i.e.```fsharplet potato = 5let isFive = match potato with | 5 -> true | _ -> false```is nicer than the equivalent nonsense of```javascriptconst potato = 5;let isFive;switch (potato) {case 5: isFive = true; break:default: isFive = false;}```
gollark: They're much more composable.

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.