xasset [ variable valueThis form is used to set the majority of variables, which contain a single string without blanks or commas (a numeric value is also stored as a string).
xasset FROM [ xfileThis form can be used to set many variables at once, reading couples "variable value" from the given file. Incidentally this means an environment variable cannot have the name from.
xasset [ variable ?This form is used to query (show at terminal) the value of a variable (which of course cannot be a single question mark).
xasunset [ variableThe actual way the software uses to delete a variable is to assign to it a blank value. The above convenience command is provided because, since the shell strips any blank value, one could only delete a variable interactively, issuing a xasset variable command, and replying with a carriage return to the prompt for a value.