Walt Landers
Walt Landers is a former running back in the National Football League.
No. 42 | |||||
---|---|---|---|---|---|
Position: | Running back | ||||
Personal information | |||||
Born: | Lanett, Alabama | July 4, 1953||||
Height: | 6 ft 0 in (1.83 m) | ||||
Weight: | 214 lb (97 kg) | ||||
Career information | |||||
College: | Clark Atlanta | ||||
Undrafted: | 1978 | ||||
Career history | |||||
Career NFL statistics | |||||
|
Biography
Landers was born Walter James Landers on July 4, 1953 in Lanett, Alabama.[1]
Career
Landers played two seasons with the Green Bay Packers from 1978 to 1980. He played at the collegiate level at Clark Atlanta University.[2]
gollark: Plus associated functions to suspend coroutines and whatnot.
gollark: ```luawhile run do local ev = {cy()} for ID, co in pairs(coroutines) do if coroutine.status(co.coroutine) == "dead" then co.status = "dead" co.running = false end if co.running then _G.process.running_ID = ID local ok, err = coroutine.resume(co.coroutine, table.unpack(ev)) if not ok then if co.error_handler then co.error_handler(err) else run = false error = err end end end endend```is what I have for that.
gollark: When I say "process" I mean "coroutine with fancy metadata being run in a loop".
gollark: Er, as a process, I mean.
gollark: It's not hard, just run `rednet.run` in your loop.
See also
References
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.