Options that require a string value are treated specially because the empty string is sometimes allowed as a choice. Here are the differences:
setenv OPTION (no value set) will set the option to the
empty string. For other options, this is treated as if
the environment variable is not set at all.
setenv OPTION ' ' does the same as above.
' ' at the prompt sets the option to an empty string.