Lesson 12. Functions
After reading lesson 12, you’ll be able to
- Identify the parts of a function declaration
- Write reusable functions to build up larger programs
This lesson begins by examining the standard library documentation for functions that were used in earlier lessons.
Once you’re familiar with the syntax for declaring functions, you’ll write functions for a weather station program. The Rover Environmental Monitoring Station (REMS) gathers weather data on the surface of Mars. You’ll write functions that could conceivably be part of a REMS program, such as converting temperatures.
Make a sandwich. It sounds ...
Get Get Programming with Go now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.