Macro Accase

Part of:

package anaphora
( accase < keyform > &body < cases > )

Like CCASE, except binds the result of the keyform to IT (via LET) for the
scope of the cases. Unlike CCASE, the keyform/place doesn't receive new values
possibly stored with STORE-VALUE restart; the new value is received by IT.