nim-basics
nim-basics copied to clipboard
Add line about how tuples are declared
The section on tuples only shows how they are initialized, not how they can be declared with tuple[<field>: <type>, ...]. This notation wasn't shown until Procedures exercise 3.