We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Am I stupid - Or is io.read() broken? Attempt:
io.read()
thing = io.read(); exec("say User input: "..thing);
I've also tried read("*line") (which gave a nil result) and readLine() (method not found)
read("*line")
readLine()
Making my own reading method works fine, but...
The text was updated successfully, but these errors were encountered:
Yes: https://github.com/Shopify/go-lua/blob/master/io.go#L120-L125
Sorry, something went wrong.
Oh, it's // TODOd :P
// TODO
No branches or pull requests
Am I stupid - Or is
io.read()
broken?Attempt:
I've also tried
read("*line")
(which gave a nil result) andreadLine()
(method not found)Making my own reading method works fine, but...
The text was updated successfully, but these errors were encountered: