choose_from_list(question, list)
Instance Public methods
Choose from a list of options. question
is a prompt displayed
above the list. list
is a list of option strings. Returns
the pair [option_name, option_index].
Choose from a list of options. question
is a prompt displayed
above the list. list
is a list of option strings. Returns
the pair [option_name, option_index].
Please login to continue.