Wardlaw

Wardlaw is a first name and surname of Scottish origin.

Not to be confused with Wardlow.

Wardlaw loosely translates to "watcher of the hill". The original Wardlaws resided in the Scottish highlands, hence "watch of the hill," where as Wardlows resided in the Scottish lowlands.

Family Motto: "Famalias Firmat Pietas." ("Religion Strengthens Families.")

Persons

Peerage

Places

gollark: Actually, only the last 90 lines are the incomprehensible image generation code.
gollark: Is this... generating the positions of a square "ring" around a point?
gollark: I mean, what?
gollark: ```haskellringAt :: Position -> Int -> [Position]ringAt (x, y) l = sides ++ top ++ bottom where top = [(n + x, l + y) | n <- [-l .. l]] bottom = [(n + x, -l + y) | n <- [-l .. l]] sides = concat [[(l + x, n + y), (-l + x, n + y)] | n <- [1 - l .. l - 1]]```
gollark: But yes, you may be right, I have no idea of what some of this does.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.