On Wednesday, 3 June 2020 at 03:19:37 UTC, Walter Bright wrote: > The thing is, `writeln("hello")` can be expanded to > `core.stdc.stdio.puts("hello")`. Done. How does writeln tell that a zero terminated string has been passed?