eshell: Variables

 
 2.4 Variables
 =============
 
 Since Eshell is just an Emacs REPL(1), it does not have its own scope,
 and simply stores variables the same you would in an Elisp program.
 Eshell provides a command version of ‘setq’ for convenience.
 
    ---------- Footnotes ----------
 
    (1) Read-Eval-Print Loop