How can I read user input in Neko?

Something like:

    $print("Give a number");
    var input = read-line();
    $print("Your number was ", input);

Thanks


--
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to