@simontatham That's part of POSIX btw.
And ${parameter:?} allows to also throw an error when it's null rather than only unset, plus ${parameter:?word} would throw word to standard error, which can allow for better errors.
(posix draft note, in the special case of ${@?} and${*?}` it's undefined behavior)