Usage:
/LET name=value
/LET name value
Assigns value to variable name in the current local level. Can only be used during macro expansion. The variable will be destroyed when the scope (expansion level) in which it was created exits.
Note to lisp users: this is nothing like lisp's let.