All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Training Technology Lab Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:54, 6 March 2020 Andb talk contribs created page Module:Playground (Created page with "local p = {} local function toCelsius(f) return (f - 32) * 5 / 9 end local function toFahrenheit(c) return c * 9 / 5 + 32 end function p.functions() local tempe...")