We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
get_line() string
Read in user input and assign it to a variable.
Example:
userinput := os.get_line() //add trim_space() to cleanup trailing spaces in the input userinput := os.get_line().trim_space()