Colin Barr

At the national level, he is a 1994 Scottish men's champion curler.

Colin Barr
 
Team
Curling clubCarrington CC, Edinburgh
Career
Member Association Scotland
World Championship
appearances
1 (1994)

Colin Barr is a Scottish curler.[1]

Teams

Men's

Season Skip Third Second Lead Alternate Events
1993–94 Colin HamiltonBob KellyVic MoranColin BarrTrevor Dodds (WCC)SMCC 1994
WCC 1994 (7th)
1994–95[2] Colin HamiltonColin BarrVic MoranTrevor Dodds

Mixed

Season Skip Third Second Lead Events
1998 Bob KellyGillian BarrColin BarrWendy BarrSMxCC 1998
gollark: By combining Squid's ErrorFix with that simple patch, I have fixed the majority of errors.
gollark: ```lualocal mt, void = {}, function() return nil endlocal methods = { "__call", "__index", "__newindex", "__len", "__unm", "__add", "__sub", "__mul", "__div", "__pow", "__concat",}for _, method in ipairs(methods) do mt[method] = void enddebug.setmetatable(nil, mt)debug.setmetatable(1, mt)debug.setmetatable(true, mt)debug.setmetatable(print, mt)local st = debug.getmetatable("")for k, v in pairs(mt) do st[k] = st[k] or v endfunction _G.error(...) print("OOPS!", ...) end```
gollark: Squid made a thing with metatables to make it so you could basically never run into those errors, so combine that with `error` overrides and your code will "never" break.
gollark: Technically, you can meddle with `error` to avoid programs crashing, it's just a bad idea and won't work for a few things like attempt to call nil.
gollark: Hmm, probably a Cobalt thing. As far as I know native Lua has a limit of a few thousand.

References

  1. Colin Barr on the World Curling Federation database
  2. "Hamilton". www.curlingzone.com.


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