start | all-pages
(vars)
(vars) adds two new words for creating multiple *variables.
The first, `vars` is used like:
#3 vars A B C
It takes in a count, then parses for names and creates the
variables with the provided names.
The second is `vars|`. This is used like:
vars| A B C |
It parses for names, creates them until a | is reached.