1933–34 Irish League

The Irish League in season 1933–34 comprised 14 teams, and Linfield won the championship.

Location of the Belfast-based teams in the Irish League 1929-34

League standings

Pos Team Pld W D L GF GA GR Pts
1 Linfield 26 22 2 2 88 21 4.190 46
2 Belfast Celtic 26 17 3 6 74 42 1.762 37
3 Glentoran 26 16 3 7 59 36 1.639 35
4 Distillery 26 14 3 9 61 41 1.488 31
5 Ballymena 26 12 6 8 59 46 1.283 30
6 Ards 26 11 5 10 47 46 1.022 27
7 Portadown 26 10 5 11 41 52 0.788 25
8 Glenavon 26 10 4 12 45 54 0.833 24
9 Derry City 26 8 7 11 37 38 0.974 23
10 Cliftonville 26 11 0 15 50 78 0.641 22
11 Bangor 26 7 4 15 43 58 0.741 18
12 Coleraine 26 7 3 16 40 61 0.656 17
13 Newry Town 26 5 6 15 37 71 0.521 16
14 Larne 26 4 5 17 37 74 0.500 13
Source: rsssf.com
gollark: You can just suggest a command?
gollark: Honestly, the code is kind of a mess right now.
gollark: ... how?
gollark: ```rust// Evaluate an arithmetic expressioncommand!(eval(_context, message, args) { let expr = args.multiple::<String>()?.join(" "); // yes, this is kind of undoing the work the command parser does... send_result(message, &calc::eval(&expr))?;});// Evaluate an arithmetic expression in polish notationcommand!(eval_polish(_context, message, args) { let expr = args.multiple::<String>()?.join(" "); send_result(message, &calc::eval_polish(&expr))?;});```ALL THE CODE for this feature.
gollark: No, since I was too lazy to do anything other than plug in an existing rust library.

References

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