/let

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.

See: /set, variables


Back to index
Back to tf home page
Copyright © 1995, 1996, 1997, 1998, 1999, 2002, 2003, 2004, 2005, 2006-2007 Ken Keys