| ... | ... | @@ -379,9 +379,9 @@ |
| 379 | 379 | |
| 380 | 380 | <p> |
| 381 | 381 | In this case, the {#syntax#}!{#endsyntax#} may be omitted from the return |
| 382 | | type because no errors are returned from the function. |
| 382 | type of <code>main</code> because no errors are returned from the function. |
| 383 | 383 | </p> |
| 384 | | {#see_also|Values|@import|Errors|Root Source File|Source Encoding#} |
| 384 | {#see_also|Values|Tuples|@import|Errors|Root Source File|Source Encoding|try#} |
| 385 | 385 | {#header_close#} |
| 386 | 386 | {#header_open|Comments#} |
| 387 | 387 | <p> |
| ... | ... | @@ -2295,7 +2295,7 @@ or |
| 2295 | 2295 | |
| 2296 | 2296 | {#header_open|Tuples#} |
| 2297 | 2297 | <p> |
| 2298 | | Anonymous structs can be created without specifying field names, and are referred to as "tuples". |
| 2298 | Anonymous structs can be created without specifying field names, and are referred to as "tuples". An empty tuple looks like <code>.{}</code> and can be seen in one of the {#link|Hello World examples|Hello World#}. |
| 2299 | 2299 | </p> |
| 2300 | 2300 | <p> |
| 2301 | 2301 | The fields are implicitly named using numbers starting from 0. Because their names are integers, |