Fred Smith (Australian footballer)

Fred Smith is a former Australian rules footballer who played with Collingwood in the Victorian Football League (VFL).[1]

Fred Smith
Personal information
Full name Fred Smith
Date of birth (1941-08-30) 30 August 1941
Original team(s) North Reservoir
Height 196 cm (6 ft 5 in)
Weight 92 kg (203 lb)
Playing career1
Years Club Games (Goals)
1961 Collingwood 1 (0)
1 Playing statistics correct to the end of 1961.
Sources: AFL Tables, AustralianFootball.com

Notes

  1. Holmesby, Russell; Main, Jim (2014). The Encyclopedia of AFL Footballers: every AFL/VFL player since 1897 (10th ed.). Seaford, Victoria: BAS Publishing. p. 827. ISBN 978-1-921496-32-5.
gollark: Changes I made:- check reactor methods in the loop- make the only thing in the `if` statement be setting `txt`, so that it runs the rest of the code for *both*- pass `print` multiple parameters, since it can use that happily- inline calls to stuff- `term` calls directly instead of `shell.run "clear"`, which is mildly more efficient- indentation
gollark: Here is the fixed version.
gollark: ```lualocal r = peripheral.wrap("back")while true do term.clear() term.setCursorPos(1, 1) local txt if r.getActive() then txt = "Aktiv" else txt = "Inaktiv" end print("Der Reaktor ist", txt) print(r.getEnergyStored(), "RF gespeichert") sleep(1)end```
gollark: Also, please use local variables and do indentation.
gollark: What you need to do is check `r.getActive` and the other stuff *in the loop*, and ensure that both branches correctly yield and print everything.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.