EDN
Syntax EDN 
EDN name 
EDN name1 name2 name3 . . . 
 
Explanation EDN opens the editor and installs in it the variable name(s) or names specified by its input. EDN will accept any number of inputs. EDN without inputs puts all user-defined names in workspace in the editor. EDN without inputs is equivalent to EDIT NAMES.

EDN does not evaluate its input. Therefore, you can supply the inputs without quoting them.
 

Examples MAKE "BEVERAGE "MILK 
MAKE "SNACK "COOKIES 
MAKE "MEAL "TV.DINNER 
EDN

TopIndex