Skip to content

os.get_line

madra.net edited this page Mar 15, 2020 · 1 revision

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()
Clone this wiki locally