This may seem extremely basic, but what is the "/" used for? e.g. (defun c:myCommand ( / a b c) ) Sometimes I need it and sometimes I don't when writing functions, but I don't know why that is. Thanks, kemp