Ray Lucev
Ray Lucev (born 11 January 1942) is a former Australian rules footballer who played with South Melbourne in the Victorian Football League (VFL).[1]
Ray Lucev | |||
---|---|---|---|
Personal information | |||
Full name | Ray Lucev | ||
Date of birth | 11 January 1942 | ||
Original team(s) | West Perth | ||
Height | 188 cm (6 ft 2 in) | ||
Weight | 92 kg (203 lb) | ||
Playing career1 | |||
Years | Club | Games (Goals) | |
1965–66 | South Melbourne | 30 (14) | |
1 Playing statistics correct to the end of 1966. | |||
Sources: AFL Tables, AustralianFootball.com |
Notes
- Holmesby, Russell; Main, Jim (2014). The Encyclopedia of AFL Footballers: every AFL/VFL player since 1897 (10th ed.). Seaford, Victoria: BAS Publishing. p. 530. ISBN 978-1-921496-32-5.
gollark: To just waste CPU cycles, this has worked for me before when I wanted to do that for some evil reason or other, but it's probably not very sound:```cvolatile long long int i = 0;while (i < [a big number]) { i++; }```
gollark: Oh right, probably.
gollark: If you do just need to make it do something for a bit, maybe just```cfor (int i = 0; i < 100000000; i++) {}```or something would work, though compilers are getting crafty and might optimize it.
gollark: Is there some reason you can't just use whatever language's equivalent of `sleep(1)` or something?
gollark: ```javascriptasync whateverParameters => { const summoner = await api.get('euw1', 'summoner.getBySummonerName', result) const data = await api.get('euw1', 'league.getLeagueEntriesForSummoner', 'MLR_5XD45pduq2iducsga00c4qi5sWqpaRkadd_E0fFhKXU') await msg.reply("Found league info for " + args[0] + "\nName:" + result + "\nRank:"+ data.tier + " " + data.rank)}```or something.
External links
- Ray Lucev's playing statistics from AFL Tables
- Ray Lucev at AustralianFootball.com
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.