1966 Emperor's Cup
Statistics of Emperor's Cup in the 1966 season.
Overview
It was contested by 8 teams, and Waseda University won the championship.
Results
Quarterfinals
- Toyo Industries 3-1 Kwansei Gakuin University
- Furukawa Electric 2-0 Chuo University
- Yawata Steel 2-0 東京教育大学
- Mitsubishi Motors 1-3 Waseda University
Semifinals
- Toyo Industries 1-0 Furukawa Electric
- Yawata Steel 1-2 Waseda University
gollark: I suppose you could do that.
gollark: Sure?
gollark: ¿???¿?
gollark: Er, yes.
gollark: If you want callback-driven, then I would do something like this:```lua-- table of event listeners for each programlocal listeners = {}-- make this available to each programlocal function addEventListener(event, handler) listeners[event] = handlerend-- run this when the close button is calledlocal function thingy() if listeners.close then listeners.close() actuallyCloseProgram() else actuallyCloseProgram() endend```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.