Prayer (disambiguation)

Prayer is the active effort to communicate with a higher being, deity, or spirit.

Prayer or Prayers may also refer to:

Music

Prayer

Prayers

A Prayer

  • "A Prayer", a song by Kings Kaleidoscope from their album 2016 album Beyond Control

The Prayer

Other uses

  • "Prayer", a poem by Patti Smith in the book kodak
  • Prayer (legal term), an official description of a plaintiff's demands
  • "Prayer" (Farscape episode)
  • The Prayer (film), a 2018 film
  • The Prayer (sculpture), a 1909 bronze by Auguste Rodin
gollark: Also, parser combinators are sorely needed.
gollark: What I need to do is make the escape bit handle `\uXXXX` sequences...
gollark: ```luafunction parseString(str) str = str:sub(2) local s = "" while str:sub(1,1) ~= "\"" do local next = str:sub(1,1) str = str:sub(2) assert(next ~= "\n", "Unclosed string") if next == "\\" then local escape = str:sub(1,1) str = str:sub(2) next = assert(decodeControls[next..escape], "Invalid escape character") end s = s .. next end return s, removeWhite(str:sub(2))end```
gollark: Okay, this is hand-rolled parsing code, I have no idea how it works.
gollark: *But* this is a bug in the JSON handling, which I should really fix *anyway*.

See also

  • Pray
  • All pages with titles beginning with Prayer
  • All pages with titles containing Prayer


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