Remove variable(s) from the variable list which match {variable name}.   The
'*' character will act as a wildcard and will match any text.
See help wildcard.
examples:
#unvar {hp}
remove the variable $hp
#unvar *
remove all variables
#unvariable {xx*}
remove all variables that start with 'xx'