You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to get support for something like s = io.read("*a")?
Right now I can do this via the clipboard api but it's a bit hackish and non-standard way of doing it.
Is there any other existing way to read from the console input?
The text was updated successfully, but these errors were encountered:
What I meant was more like console input.
Eg I want to prompt the user like "Enter the place ID" and then he enters it.
So more like interactive input while the run command is already running.
Would it be possible to get support for something like s = io.read("*a")?
Right now I can do this via the clipboard api but it's a bit hackish and non-standard way of doing it.
Is there any other existing way to read from the console input?
The text was updated successfully, but these errors were encountered: