nim-basics icon indicating copy to clipboard operation
nim-basics copied to clipboard

Add line about how tuples are declared

Open ebarruel opened this issue 1 year ago • 0 comments

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.

ebarruel avatar Mar 18 '24 02:03 ebarruel