wiki
>
elisp
>
functions
>
setq
setq
one way to initialize variables
another is
let
to do "counter += 1":
(setq counter (+ counter 1))