Skip to contents

If user specified a syntactically invalid variable name, provides a suggested name and asks user to accept or change it.

Usage

.check_assigned_input(input_name)

Arguments

input_name

variable name as a string

Value

user assigned name as a string

Examples

if (FALSE) {
  .check_assigned_input(' 1 bad name')
}