Roo (disambiguation)

Roo is a fictional character in the Winnie-the-Pooh stories.

Roo or ROO may also refer to:

People

  • Andrés Quintana Roo (1787-1851), Mexican liberal politician and author
  • Jo de Roo (born 1937), Dutch former road racing cyclist
  • Remi De Roo (born 1924), Canadian retired Roman Catholic bishop
  • Roo Borson (born 1952), Canadian poet
  • Roo Dorr (1909-c. 1961), Australian rugby union player
  • Nick Riewoldt (born 1982), Australian rules footballer nicknamed "Roo"
  • Wayne Rooney (born 1985), English football player nicknamed "Roo"
  • Rou, a version of the name of Rollo, a Viking leader who ruled Normandy.

Fictional characters

Other uses

  • Roo, shortened name for kangaroo
  • ROO, IATA code for Rondonópolis Airport, Brazil
  • ROO, ISO 639-3 code for the Rotokas language, spoken on the island of Bougainville, Papua New Guinea
  • Roo bar or bull bar, a protective device for a motor vehicle
  • RoO, abbreviation of Rules of origin in international trade
gollark: ```javascriptconst printNumber = n => { switch(n) { case 0: return "zero"; //break; case 1: return "one"; //break; case 2: return "two"; //break; case 3: return "three"; //break; default: return "many"; }}```That's much longer, and uglier, especially with the breaks (not needed in this example, but generally will be).
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;}```

See also

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