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