| ... | ... | @@ -10768,7 +10768,7 @@ test "string literal to constant slice" { |
| 10768 | 10768 | </p> |
| 10769 | 10769 | {#code_begin|syntax#} |
| 10770 | 10770 | const builtin = @import("builtin"); |
| 10771 | | const separator = if (builtin.os.tag == builtin.Os.windows) '\\' else '/'; |
| 10771 | const separator = if (builtin.os.tag == .windows) '\\' else '/'; |
| 10772 | 10772 | {#code_end#} |
| 10773 | 10773 | <p> |
| 10774 | 10774 | Example of what is imported with {#syntax#}@import("builtin"){#endsyntax#}: |