Does the Good old method to grab userinput through console work the same through the rust console for JavaScript?
example:
Or can we not do this? (I'm at work so I can't really test it out atm lol)Code:print("How're you feeling today?"); var mood = readline(); print("So you're feeling " + mood + "?");
Console Ask for Input?
Discussion in 'Rust Development' started by KillParadise, May 21, 2015.
