Macro When-Let*

Part of:

package lispworks
( when-let* < bindings > &body < body > )

Executes a body of code if a series of forms evaluates to non-nil,
propagating the results of the forms through the body of code.