Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

io.read() on stdin? #77

Open
jD91mZM2 opened this issue Feb 15, 2017 · 2 comments
Open

io.read() on stdin? #77

jD91mZM2 opened this issue Feb 15, 2017 · 2 comments

Comments

@jD91mZM2
Copy link

jD91mZM2 commented Feb 15, 2017

Am I stupid - Or is io.read() broken?
Attempt:

thing = io.read();
exec("say User input: "..thing);

I've also tried read("*line") (which gave a nil result) and readLine() (method not found)

Making my own reading method works fine, but...

@fbogsany
Copy link
Member

fbogsany commented Jun 2, 2017

@jD91mZM2
Copy link
Author

jD91mZM2 commented Jun 2, 2017

Oh, it's // TODOd :P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants