On Wed, Jun 22, 2011 at 1:31 PM, Ali Çehreli <span dir="ltr"><<a href="mailto:acehreli@yahoo.com">acehreli@yahoo.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im">On Wed, 22 Jun 2011 20:17:39 +0200, Andrej Mitrovic wrote:<br>
<br>
> This library has some nice user-input methods for D2:<br>
> <a href="https://github.com/he-the-great/JPDLibs/tree/cmdln" target="_blank">https://github.com/he-the-great/JPDLibs/tree/cmdln</a><br>
<br>
</div>Thanks! :)<br>
<br>
The Turkish D community has experimented with a similar solution:<br>
<br>
  <a href="http://ddili.org/forum/post/2960" target="_blank">http://ddili.org/forum/post/2960</a><br>
<br>
"oku" means "read":<br>
<br>
    // Read into an existing variable<br>
    double d;<br>
    oku("Please enter a double: ", &d);<br>
<br>
    // Read and return a value<br>
    int i = oku!int("Please enter an int: ");<br>
<font color="#888888"><br>
Ali<br>
</font></blockquote></div><br><div>The design of this community site is quite splendid.  So D has three major language sub-communities:  German, Japanese, and Turkish?</div>