| ... | @@ -488,7 +488,7 @@ pub fn main() !void { | ... | @@ -488,7 +488,7 @@ pub fn main() !void { |
| 488 | purposely written to show how to perform {#link|string|String Literals and Unicode Code Point Literals#} | 488 | purposely written to show how to perform {#link|string|String Literals and Unicode Code Point Literals#} |
| 489 | substitution in the {#syntax#}print{#endsyntax#} function. The curly-braces inside of the first argument | 489 | substitution in the {#syntax#}print{#endsyntax#} function. The curly-braces inside of the first argument |
| 490 | are substituted with the compile-time known value inside of the second argument | 490 | are substituted with the compile-time known value inside of the second argument |
| 491 | (known as an {#link|anonymous struct literal|Anonymous Struct Literals#}). The <code>\n</code> | 491 | (known as an {#link|tuple|Tuples#}). The <code>\n</code> |
| 492 | inside of the double-quotes of the first argument is the {#link|escape sequence|Escape Sequences#} for the | 492 | inside of the double-quotes of the first argument is the {#link|escape sequence|Escape Sequences#} for the |
| 493 | newline character. The {#link|try#} expression evaluates the result of {#syntax#}stdout.print{#endsyntax#}. | 493 | newline character. The {#link|try#} expression evaluates the result of {#syntax#}stdout.print{#endsyntax#}. |
| 494 | If the result is an error, then the {#syntax#}try{#endsyntax#} expression will return from | 494 | If the result is an error, then the {#syntax#}try{#endsyntax#} expression will return from |