dlang-tour / core

D Language online tour (https://tour.dlang.org/) and online editor (https://run.dlang.io/)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Long code complain about 'writeln is not defined' even though it is not there

ryuukk opened this issue · comments

Try the following code:

https://gist.github.com/ryuukk/e6e02960496c491b3370ddbd8841979f

And it'll give the error:

onlineapp.d(680): Error: `writeln` is not defined, perhaps `import std.stdio;

Somewhat related to #744