June 16, 2010
I've been using din.readf to read from the standard input. Now that streams are being retired (some or all?), what is the best replacement?

Thank you,
Ali
June 17, 2010
On 16.06.2010 23:23, Ali Çehreli wrote:
> I've been using din.readf to read from the standard input. Now that
> streams are being retired (some or all?), what is the best replacement?
>
> Thank you,
> Ali

Try readln, lines, or rawRead from std.stdio.